AbstractViewTableRecord Class

This class is the base class for ViewTableRecord and ViewportTableRecord.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        Teigha.GraphicsInterfaceDrawable
          Teigha.DatabaseServicesDBObject
            Teigha.DatabaseServicesSymbolTableRecord
              Teigha.DatabaseServicesAbstractViewTableRecord
                Teigha.DatabaseServicesViewportTableRecord
                Teigha.DatabaseServicesViewTableRecord

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public abstract class AbstractViewTableRecord : SymbolTableRecord

The AbstractViewTableRecord type exposes the following members.

Constructors
  Name Description
Protected method AbstractViewTableRecord Constructor for the AbstractViewTableRecord class.
Top
Properties
  Name Description
Public property AcadObject
(Inherited from DBObject)
Public property AmbientLightColor Property that represents ambient color of the View.
Public property Annotative Property that represents annotative status of an object.
(Inherited from DBObject)
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property BackClipDistance Property that represents back clip distance. Back clip distance starts from the target and is calculated along camera-target line. Positive values mean that clipping plane is in front of the target and negative values - clipping plane is behind the target. Objects that are behind the back clipping plane are clipped and therefore not displayed.
Public property BackClipEnabled Property that indicates whether the back clipping plane is enabled.
Public property Background Property that represents background associated with a view.
Public property Bounds This property represents bounds of the drawable, if available. This property is null if the drawable does not have bounds or the bounds cannot be computed.
(Inherited from Drawable)
Public property Brightness Property that represents brightness factor for the View.
Public property CenterPoint Property that represents the DSC (device coordinate system) center point of the view.
Public property ClassID Property that represents class ID of an object.
(Inherited from DBObject)
Public property Contrast Property that represents brightness factor for the View.
Public property Database Property that represents database used by an object.
(Inherited from DBObject)
Public property DefaultLightingOn Property that indicates whether default lighting is switched on for the View.
Public property DefaultLightingType Property that represents lighting type that is used by default for the View.
Public property Drawable Property that represents a drawable that is associated with this object.
(Inherited from DBObject)
Public property DrawableType This property represents type of the current drawable.
(Inherited from Drawable)
Public property Elevation Property that represents the elevation of the UCS (user coordinate system) plane of the View.
Public property ExtensionDictionary Property that represents Object ID of this object's extension dictionary. Value of this property is null ID if this object does not have an extension dictionary, or if its extension dictionary has been erased.
(Inherited from DBObject)
Public property FrontClipAtEye Property that indicates whether the front clipping plane plane passes through the camera. If true, the front clipping plane ignores the front clip distance.
Public property FrontClipDistance Property that represents front clip distance. Front clip distance starts from the target and is calculated along camera-target line. Positive values mean that clipping plane is in front of the target and negative values - clipping plane is behind the target. Objects that are in front of the front clipping plane are clipped and therefore not displayed.
Public property FrontClipEnabled Property that indicates whether the front clipping plane is enabled.
Public property Handle Property that represents the persistent handle of this database object.
(Inherited from DBObject)
Public property HasFields Property that indicates whether this object has fields.
(Inherited from DBObject)
Public property HasSaveVersionOverride Property that indicates whether this object has its bit set to override the filer version.
(Inherited from DBObject)
Public property Height Property that represents the DCS (device coordinate system) height of the View.
Public property Id Property that represents an object identifier of this database object.
(Inherited from DBObject)
Public property IsAProxy Property that indicates whether this object is a proxy object or entity.
(Inherited from DBObject)
Public property IsCancelling Property that indicates whether this object currently performs the Cancel() operation.
(Inherited from DBObject)
Public property IsDependent Property that indicates whether this record is XREF-dependent.
(Inherited from SymbolTableRecord)
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property IsErased Property that indicates whether this object is marked as erased.
(Inherited from DBObject)
Public property IsEraseStatusToggled Property that indicates whether this object's erased status has been toggled since it was opened.
(Inherited from DBObject)
Public property IsModified Property that indicates whether this object's assertWriteEnabled() has been called since it was opened.
(Inherited from DBObject)
Public property IsModifiedGraphics Property that indicates whether an object derived from Entity has been modified (calls assertWriteEnabled() or calls recordGraphicsModified(true)).
(Inherited from DBObject)
Public property IsModifiedXData Property that indicates whether this object's assertWriteEnabled() and setXData() have been called since it was opened.
(Inherited from DBObject)
Public property IsNewObject Property that indicates whether this object has not been closed since it was created.
(Inherited from DBObject)
Public property IsNotifyEnabled Property that indicates whether this object is open for notifications.
(Inherited from DBObject)
Public property IsNotifying Property that indicates whether this object is sending notification.
(Inherited from DBObject)
Public property IsObjectIdsInFlux Property that indicates whether this object's Object ID is not valid because the DBObject.subDeepClone or DBObject.subWblockClone() have yet to be completed.
(Inherited from DBObject)
Public property IsPersistent Property that indicates whether this object is a database-resident (DBRO). Persistent objects belong to an object that must be opened and closed. Non-persistent objects can be accessed through their pointers.
(Inherited from DBObject)
Public property IsReadEnabled Property that indicates whether this object is open in ForRead mode.
(Inherited from DBObject)
Public property IsReallyClosing Property that indicates whether call to close would completely close this object at this time. It is possible only if this object is open in ForRead mode with only one reader, and is not in a transaction.
(Inherited from DBObject)
Public property IsResolved Property that indicates whether this record is XREF-dependent and resolved.
(Inherited from SymbolTableRecord)
Public property IsTransactionResident Property that indicates whether this object is currently part of transaction.
(Inherited from DBObject)
Public property IsUndoing Property that indicates whether this object is currently participating in Undo() operation.
(Inherited from DBObject)
Public property IsWriteEnabled Property that indicates whether this object is open in ForWrite mode.
(Inherited from DBObject)
Public property LensLength Property that represents the perspective mode lens length (in mm) of the View.
Public property MergeStyle Property that represents a merge style that is used when merging duplicate records.
(Inherited from DBObject)
Public property Name
(Inherited from SymbolTableRecord)
Public property ObjectBirthVersion Property that represents birth version of an object. The birth version is the version in which the class was introduced.
(Inherited from DBObject)
Public property ObjectId Property that represents an object identifier of this object.
(Inherited from DBObject)
Public property OwnerId Property that represents object identifier of this object's owner.
(Inherited from DBObject)
Public property PaperOrientation Property that represents paper orientation of an annotative object.
(Inherited from DBObject)
Public property PerspectiveEnabled Property that indicates whether perspective mode for the view is enabled.
Public property RenderMode Property that represents render mode of the View.
Public property SunId Property that represents sun object identifier associated with the View.
Public property Target Property that represents the WCS (world coordinate system) view target of the View.
Public property Ucs Property that represents UCS (user coordinate system) of the View.
Public property UcsName Property that represents name of the UCS (user coordinate system) of the View.
Public property UcsOrthographic Property that represents an orthographic view associated with the UCS (user coordinate system).
Public property UndoFiler Property that represents undo filer associated with this object. This property is typically used by custom classes using partial Undo to add Undo information to the filer that would be used by this object applyPartialUndo().
(Inherited from DBObject)
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Public property ViewDirection Property that represents the WCS (world coordinate system) view direction vector of the View.
Public property ViewOrthographic Property that represents an orthographic view from the view's target to the view's camera.
Public property ViewTwist Property that represents the DCS (device coordinate system) twist angle (in radians) of the View.
Public property VisualStyleId Property that represents object identifier of a visual style that is currently in effect for the View.
Public property Width Property that represents the DCS (device coordinate system) width of the View.
Public property XData Property that represents result buffer containing custom data associated with this object.
(Inherited from DBObject)
Top
Methods
  Name Description
Public method AddContext Adds a copy of a context to the object.
(Inherited from DBObject)
Public method AddPersistentReactor Adds the specified persistent reactor to this object's reactor list.
(Inherited from DBObject)
Public method ApplyPartialUndo Notification method that is called each time this object uses the partial undo mechanism.
(Inherited from DBObject)
Protected method AssertNotifyEnabled
(Inherited from DBObject)
Protected method AssertReadEnabled
(Inherited from DBObject)
Protected method AssertWriteEnabled
(Inherited from DBObject)
Public method Audit Performs an audit operation on this object.
(Inherited from DBObject)
Public method Cancel Obsolete.
Terminates the current open operation. Currently not implemented.
(Inherited from DBObject)
Public method Clone Creates a *clone* of this object, and returns a pointer to the *clone*.
(Inherited from RXObject)
Public method Close Obsolete.
Closes the object. All changes made to the object since it was opened are committed to the database and a notification is sent that the object is now "closed". Currently not implemented.
(Inherited from DBObject)
Public method CloseAndPage Obsolete.
Closes the object and pages it if the object pager is enabled. All changes made to the object since it was opened are committed to the database and a notification is sent that the object is now "closed". Currently not implemented.
(Inherited from DBObject)
Public method CompareTo Allows classes to compare class objects.
(Inherited from RXObject)
Public method CopyFrom Copies the contents of the specified object into this object.
(Inherited from RXObject)
Public method CreateExtensionDictionary Creates a DbDictionary extension dictionary of this object.
(Inherited from DBObject)
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Public method DecomposeForSave Determines the behavior for custom objects when saving to a .dwg file.
(Inherited from DBObject)
Public method DeepClone Performs a deep clone of this object.
(Inherited from DBObject)
Protected method DeleteUnmanagedObject
(Inherited from DBObject)
Public method DisableUndoRecording Controls the undo recording of this object in OdDbDatabase.
(Inherited from DBObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DBObject)
Public method DowngradeOpen Downgrades this object from ForWrite to ForRead.
(Inherited from DBObject)
Public method DowngradeToNotify Downgrades this object from ForNotify and ForWrite to having just one open mode - ForNotify. Currently not implemented.
(Inherited from DBObject)
Public method DwgIn Reads the .dwg file format data of this object from the specified file.
(Inherited from DBObject)
Protected method DwgInFields
(Inherited from DBObject)
Public method DwgOut Writes the .dwg file format data of this object to the specified filer.
(Inherited from DBObject)
Protected method DwgOutFields
(Inherited from DBObject)
Public method DxfIn Reads the .dxf file format data of this object from the specified file.
(Inherited from DBObject)
Protected method DxfInFields
(Inherited from DBObject)
Public method DxfOut Writes the .dxf file format data of this object to the specified filer.
(Inherited from DBObject)
Protected method DxfOutFields
(Inherited from DBObject)
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Public method Erase Marks this object as "erased".
(Inherited from DBObject)
Public method Erase(Boolean) Sets the erased mode of this object.
(Inherited from DBObject)
Protected method Finalize
(Inherited from DisposableWrapper)
Public method GetBinaryDataForKey Reads chunks of binary data from this object's extension dictionary.
(Inherited from DBObject)
Public method GetEventExtender
(Inherited from DBObject)
Public method GetField Returns the object ID of a "TEXT" field object from the field dictionary.
(Inherited from DBObject)
Public method GetField(String) Returns the object ID of the specified field object (that matches the property name) from the field dictionary.
(Inherited from DBObject)
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetMetaObject
(Inherited from RXObject)
Public method GetObjectSaveVersion(DwgFiler) Returns the drawing and maintenance release version into which this object must be stored.
(Inherited from DBObject)
Public method GetObjectSaveVersion(DxfFiler) Returns the drawing and maintenance release version into which this object must be stored.
(Inherited from DBObject)
Public method GetPersistentReactorIds Returns the object IDs of this object's persistent reactors.
(Inherited from DBObject)
Public method GetReactors Obsolete.
Returns this object's transient reactors.
(Inherited from DBObject)
Public method GetRXClass Gets a class describing instance dynamically associated with this object as the OdRxClass object.
(Inherited from RXObject)
Public method GetTransientReactors Returns this object's transient reactors.
(Inherited from DBObject)
Public method GetType
(Inherited from Object)
Public method GetXDataForApplication Returns a linked list of ResBufs containing a copy of the XData of this object.
(Inherited from DBObject)
Public method HandOverTo Replaces this database-resident (DBRO) object with the specified non-database-resident (NDBRO) object, while retaining this object's objectId, handle, owner, and reactor list.
(Inherited from DBObject)
Public method HasContext Checks whether the specified context exists in the collection.
(Inherited from DBObject)
Public method HasPersistentReactor Checks whether the passed identifier is an identifier of a reactor attached to this object.
(Inherited from DBObject)
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Protected method MemberwiseClone
(Inherited from Object)
Protected method MemberwiseClone(Boolean)
(Inherited from MarshalByRefObject)
Public method QueryX Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class.
(Inherited from RXObject)
Public method RegenSupportFlags Retrieves a set of flags that represents the multi-threaded rendering support of this entity. The default is to return the multi-threaded rendering advanced support flags of the entity's registered RxClass.
(Inherited from Drawable)
Public method ReleaseExtensionDictionary Releases and erases this object's extension dictionary if it exists and is empty.
(Inherited from DBObject)
Public method RemoveContext Removes a context from the collection. An active context can't be removed.
(Inherited from DBObject)
Public method RemoveField Removes the text field and returns its field ID.
(Inherited from DBObject)
Public method RemoveField(ObjectId) Removes the specified field.
(Inherited from DBObject)
Public method RemoveField(String) Removes the specified field by its name and returns its ID.
(Inherited from DBObject)
Public method RemovePersistentReactor Removes the specified persistent reactor from this object's reactor list.
(Inherited from DBObject)
Public method ResetScaleDependentProperties Resets object properties that depend on scale to the default values.
(Inherited from DBObject)
Public method SetAttributes Sets the vectorization attributes of this object, and returns its attribute flags.
(Inherited from Drawable)
Public method SetBinaryDataForKey Copies the binary data in the chunk array into this object's extension dictionary. The data is stored in chunks of 127 butes.
(Inherited from DBObject)
Public method SetField(Field) Sets the specified field for the "TEXT" property.
(Inherited from DBObject)
Public method SetField(String, Field) Sets the specified field for the specified property.
(Inherited from DBObject)
Public method SetFromStyle Sets the annotative property of an object according to its corresponding style, such as styles of text objects.
(Inherited from DBObject)
Public method SetObjectIdsInFlux Called on a newly created cloned object to indicate that its object ID is not valid.
(Inherited from DBObject)
Public method SetPaperOrientation Sets the paper orientation property of a specified object.
(Inherited from DBObject)
Public method SetSun Sets a sun object for this viewport.
Public method SetUcs(ObjectId) Sets the UCS for the view or viewport table record.
Public method SetUcs(OrthographicView) Sets the UCS for the view or viewport table record. The new UCS is unnamed and set according to the specified orthographic view.
Public method SetUcs(Point3d, Vector3d, Vector3d) Sets the UCS for the view or viewport table record according to the origin and x- and y-coordinate axes.
Public method SetUcsToWorld Sets the UCS for the view or viewport table record to the world UCS.
Public method SetViewDirection Sets the view direction of the view or view table record according to the specified orthographic view.
Protected method SubRegenSupportFlags
(Inherited from Drawable)
Protected method SubSetAttributes Sets the values of the instance's sub-entity traits.
(Inherited from DBObject)
Protected method SubViewportDraw Draws a graphical object that is dependent on the viewport context.
(Inherited from DBObject)
Protected method SubViewportDrawLogicalFlags
(Inherited from DBObject)
Protected method SubWorldDraw Draws a graphical object that is independent of any viewport context.
(Inherited from DBObject)
Public method SupportsCollection Checks whether a particular context type is supported by this object. This method shows whether an object supports a collection type but does not show whether this object participates in any contexts of that type.
(Inherited from DBObject)
Public method SwapIdWith Swaps the objectIDs, handles, extended data (XData), and extension dictionary between this object and another object.
(Inherited from DBObject)
Public method SwapReferences This method performs object ID reference translations similar to those done at the end of deep cloning. References between objects in the workset have their object identifiers translated to the swapped object identifiers of the referenced objects. In contrast to cloning, this translation must occur in both directions. Accordingly, it is possible to pass two different ID maps in two different calls to this method. Currently not implemented.
(Inherited from DBObject)
Public method ToString
(Inherited from Object)
Public method UpgradeFromNotify Upgrades the object from at least ForNotify mode to both ForNotify and ForWrite modes. You should place a call to DowngradeToNotify() with no Open() or Close() methods in between. For internal use. Currently not implemented.
(Inherited from DBObject)
Public method UpgradeOpen
(Inherited from DBObject)
Public method ViewportDraw Creates a viewport-dependent geometric representation of this object.
(Inherited from Drawable)
Public method ViewportDrawLogicalFlags Retrieves the setAttributes flags for the current viewportDraw.
(Inherited from Drawable)
Public method WblockClone Performs a shallow clone of this object.
(Inherited from DBObject)
Public method WorldDraw Creates a viewport-independent geometric representation of this object.
(Inherited from Drawable)
Public method X Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot.
(Inherited from RXObject)
Public method XDataTransformBy Applies the 3D transformation matrix to the XData of this object.
(Inherited from DBObject)
Top
Events
  Name Description
Public event Cancelled
(Inherited from DBObject)
Public event Copied Notification event called whenever the notifying object has had its clone() member function called.
(Inherited from DBObject)
Public event Erased Notification event called whenever an object has been erased or unerased.
(Inherited from DBObject)
Public event Goodbye Notification event called just before an object is deleted from memory.
(Inherited from DBObject)
Public event Modified Notification event called whenever an object is opened ForWrite, a function has been called that could modify the content of this object, and this object is now being closed.
(Inherited from DBObject)
Protected event ModifiedGraphics
(Inherited from DBObject)
Public event ModifiedXData Notification event called whenever the XData has been written to the notifying object.
(Inherited from DBObject)
Public event ModifyUndone Notification event called whenever the notifying object is currently performing an undo operation that is undoing modifications.
(Inherited from DBObject)
Public event ObjectClosed Notification event called immediately before an object is closed.
(Inherited from DBObject)
Public event OpenedForModify Notification event called whenever an object is opened for modifying ForWrite.
(Inherited from DBObject)
Public event Reappended Notification event called whenever a redo process processes the reappending of the notifying object to the database.
(Inherited from DBObject)
Public event SubObjectModified
(Inherited from DBObject)
Public event Unappended Notification event called whenever the undo process processes the appending of the notifying object to the database.
(Inherited from DBObject)
Top
Extension Methods
See Also

©  Bricsys NV. All rights reserved.