This .NET class wraps the AcDbViewTableRecord ObjectARX class.
Objects of this class represent stored views within AutoCAD. The ViewTable object (referred to in the AutoCAD and DXF documentation as the VIEW table) within each database is the container or owner of objects of this class.
Most of the data and functionality of this class is inherited from its AbstractViewTableRecord parent class.
Within AutoCAD, objects of this class are created whenever the VIEW command's "save" option is used to save a view with a name that does not already exist.
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.SymbolTableRecord Autodesk.AutoCAD.DatabaseServices.AbstractViewTableRecord Autodesk.AutoCAD.DatabaseServices.ViewTableRecord
Public Class ViewTableRecord Inherits AbstractViewTableRecord
public class ViewTableRecord : AbstractViewTableRecord;
Comments? |