DimStyleTableRecord Class

This class represents records from the DimStyleTable. Each instance of this class contains the data necessary to generate a specific appearance for dimensions that reference it. This class has a number of properties that relate to the system variables for dimensions. For more information about system variables, see Working with System Variables and System Variables for .dwg files.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        Teigha.GraphicsInterfaceDrawable
          Teigha.DatabaseServicesDBObject
            Teigha.DatabaseServicesSymbolTableRecord
              Teigha.DatabaseServicesDimStyleTableRecord

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

The DimStyleTableRecord type exposes the following members.

Constructors
  Name Description
Public method DimStyleTableRecord Default constructor for the DimStyleTableRecord class.
Protected method DimStyleTableRecord(IntPtr, Boolean) Constructor for the DimStyleTableRecord class.
Top
Properties
  Name Description
Public property AcadObject
(Inherited from DBObject)
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 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 ClassID Property that represents class ID of an object.
(Inherited from DBObject)
Public property Database Property that represents database used by an object.
(Inherited from DBObject)
Public property Dimadec Property that controls number of decimal places in angular dimensions. This property corresponds to the DIMADEC system variable. If DIMADEC == –1, the number of decimal places is determined by DIMDEC.
Public property Dimalt Property that controls the display of alternate measurements in dimensions. This property corresponds to the DIMALT system variable.
Public property Dimaltd Property that controls the number of decimal places in alternate measurements in dimensions. This property corresponds to the DIMALTD system variable.
Public property Dimaltf Property that controls the distance multiplier for alternate measurements in dimensions. This property corresponds to the DIMALTF system variable.
Public property Dimaltrnd Property that controls the rounding of alternate measurements in dimensions. This property corresponds to the DIMALTRND system variable. If DIMALTRND == 0.0, no rounding is performed.
Public property Dimalttd Property that controls the number of decimal places in tolerance values in alternate measurements in dimensions. This property corresponds to the DIMALTTD system variable.
Public property Dimalttz Property that controls zero suppression in tolerance values in alternate measurements in dimensions. This property corresponds to the DIMALTTZ system variable. This property can have the following values: Value Description 0 Suppress zero feet and exactly zero inches. 1 Include zero feet and exactly zero inches. 2 Include zero feet and suppress exactly zero inches. 3 Suppress zero feet and include exactly zero inches. 4 Suppress leading decimal zeros. 8 Suppress trailing decimal zeros. 12 Suppress leading and trailing decimal zeros.
Public property Dimaltu Property that controls the formatting for alternate units in dimensions. This property corresponds to the DIMALTU system variable. This property can have the following values: Value Description 1 Scientific 2 Decimal 3 Engineering 4 Architectural (stacked) 5 Fractional (stacked) 6 Architectural 7 Fractional 8 Microsoft Windows Desktop
Public property Dimaltz Property that controls zero suppression in tolerance values in alternate measurements in dimensions. This property corresponds to the DIMALTZ system variable. This property can have the following values: Value Description 0 Suppress zero feet and exactly zero inches. 1 Include zero feet and exactly zero inches. 2 Include zero feet and suppress exactly zero inches. 3 Suppress zero feet and include exactly zero inches. 4 Suppress leading decimal zeros. 8 Suppress trailing decimal zeros. 12 Suppress leading and trailing decimal zeros.
Public property Dimapost  
Public property Dimarcsym Property that controls the placement of arc symbols in arc length dimensions. This property can have the following values: Value Description 0 Before the dimension text. 1 Above the dimension text. 2 Not displayed.
Public property Dimasz Property that controls the size of dimension and leader arrowheads. This property corresponds to the DIMASZ system variable.
Public property Dimatfit Property that controls how arrows and text are placed when they do not fit within the extension lines of dimensions. This property corresponds to the DIMATFIT system variable. Value Description 0 Moves text and arrows outside extension lines. 1 Moves arrows, then text, outside extension lines. When DIMTMOVE == 1, a leader is added to moved text 2 Moves text, then arrows, outside extension lines. 3 Moves text or arrows for best fit.
Public property Dimaunit Property that controls formatting for units in angular dimensions. This property corresponds to the DIMAUNIT system variable. Value Description 0 Decimal Degrees 1 Degrees-Minutes-Seconds 2 Gradians 3 Radians 4 Surveyor's Units
Public property Dimazin Property that controls zero suppression in angular dimensions. This property corresponds to the DIMAZIN system variable. Value Description 0 Display leading and trailing decimal zeros. 1 Suppress leading decimal zeros. 2 Suppress trailing decimal zeros. 3 Suppress leading and trailing decimal zeros.
Public property Dimblk Property that controls arrowhead block at the ends of dimension lines and leader lines. A null value specifies the default arrowhead is to be used. This property corresponds to the DIMBLK system variable.
Public property Dimblk1 Property that controls the first arrowhead block at the ends of dimension lines when DIMSAH == true. A null value specifies the default arrowhead is to be used. This property corresponds to the DIMBLK1 system variable.
Public property Dimblk1s Property that controls the name of the arrowhead block at the end of the first dimension line.
Public property Dimblk2 Property that controls the second arrowhead block at the ends of dimension lines when DIMSAH == true. A null value specifies the default arrowhead is to be used. This property corresponds to the DIMBLK2 system variable.
Public property Dimblk2s Property that controls the name of the arrowhead block at the end of the second dimension line.
Public property Dimblks Property that controls the name of the arrowhead block at the ends of dimension lines. The following names are applicable:
Value Description
"None" None
"Closed" Closed
"Dot" Dot
"ClosedBlank" Closed blank
"Oblique" Oblique
"ArchTick" Architectural tick
"Open" Open
"Origin" Origin marker
"Origin2" Origin marker 2
"Open90" Open 90 degrees
"Open30" Open 30 degrees
"DotBlank" Dot blank
"DotSmall" Dot small
"BoxFilled" Box filled
"BoxBlank" Box blank
"DatumFilled" Datum marker filled
"DatumBlank" Datum marker blank
"Integral" Integral
"Small" Dot small blank
Public property Dimcen Property that controls the generation of arc and circle center marks and lines. This property corresponds to the DIMCEN system variable. The absolute value of DIMCEN specifies the size of the center mark, which half the length of the center mark, which is also the length of the portion of a center line beyond the arc or circle, as well as the length of the gap between the center mark and line. The sign of DIMCEN controls the generation of center marks and center lines: Value Description <0 Center marks and center lines. 0 No center marks or center lines. >0 Center lines.
Public property Dimclrd Property that controls the color of dimension lines, leader lines, frames, and arrowheads. This property corresponds to the DIMCLRD system variable.
Public property Dimclre Property that controls the color of extension lines, enter marks, and centerlines. This property corresponds to the DIMCLRE system variable.
Public property Dimclrt Property that controls the color of dimension text. This property corresponds to the DIMCLRT system variable.
Public property Dimdec Property that controls the number of decimal places in primary units in dimensions. This property corresponds to the DIMDEC system variable.
Public property Dimdle Property that controls the distance dimension lines extend beyond extension lines when arrowheads are architectural, integral, oblique, tick, or none. This property corresponds to the DIMDLE system variable.
Public property Dimdli Property that controls the distance between dimension lines for baseline dimensions. This property corresponds to the DIMDLI system variable.
Public property Dimdsep Property that controls the decimal separator for dimensions. This property corresponds to the DIMDSEP system variable.
Public property Dimexe Property that controls the distance extension lines extend beyond dimension lines. This property corresponds to the DIMEXE system variable.
Public property Dimexo Property that controls the distance extensions are offset from their origin points. This property corresponds to the DIMEXO system variable. DIMEXO specifies a minimum value when fixed-length extension lines are used.
Public property Dimfrac Property that controls the fraction format when DIMLUNIT == 4 or 5. This property corresponds to the DIMFRAC system variable.
Public property Dimfxlen Property that controls the length of extension lines. This property corresponds to the DIMFXLEN system variable. The extension line length is the distance between the beginning of an extension line and the cross-point with a dimension line. The extension and offset are not included in the length. If the extension line length is a negative value, extension lines are drawn from the outside to the cross-points with dimension lines, towards the extension points.
Public property DimfxlenOn Property that controls the generation of fixed-length extension lines. This property corresponds to the DIMFXLON system variable. Value Description false Variable length true Fixed length
Public property Dimgap Property that controls the distance between the dimension text box and the dimension,
Public property Dimjogang Property that controls the jog angle of dimension lines in jogged radius dimensions. This property corresponds to the DIMJOGANG system variable.
Public property Dimjust Property that controls the dimension text horizontal position. This property corresponds to the DIMJUST system variable. Value Description 0 Centered above the dimension line. 1 By the first extension line. 2 By the second extension line. 3 Above the dimension line, parallel to the first extension line. 4 Above the dimension line, parallel to the second extension line.
Public property Dimldrblk Property that controls the arrowhead block at the ends of leader lines. A null value specifies the default arrowhead is to be used. This property corresponds to the DIMLDRBLK system variable.
Public property Dimldrblks Property that controls the name of the arrowhead block at the ends of leader lines. The following names are applicable:
Value Description
"None" None
"Closed" Closed
"Dot" Dot
"ClosedBlank" Closed blank
"Oblique" Oblique
"ArchTick" Architectural tick
"Open" Open
"Origin" Origin marker
"Origin2" Origin marker 2
"Open90" Open 90 degrees
"Open30" Open 30 degrees
"DotBlank" Dot blank
"DotSmall" Dot small
"BoxFilled" Box filled
"BoxBlank" Box blank
"DatumFilled" Datum marker filled
"DatumBlank" Datum marker blank
"Integral" Integral
"Small" Dot small blank
Public property Dimlfac Property that controls the distance multiplier for measurements in dimensions. This property corresponds to the DIMLFAC system variable.
Public property Dimlim Property that controls the display of dimension limits. This property corresponds to the DIMLIM system variable. Value Description false Disabled true Enabled
Public property Dimltex1 Property that controls the linetype of first extension lines. This property corresponds to the DIMLTEX1 system variable.
Public property Dimltex2 Property that controls the linetype of second extension lines. This property corresponds to the DIMLTEX2 system variable.
Public property Dimltype Property that controls the linetype of dimension lines. This property corresponds to the DIMLTYPE system variable.
Public property Dimlunit Property that controls the formatting for units in non-angular dimensions. This property corresponds to the DIMLUNIT system variable. Value Description 1 Scientific 2 Decimal 3 Engineering 4 Architectural (stacked) 5 Fractional (stacked) 6 Microsoft Windows Desktop
Public property Dimlwd Property that controls the lineweight for dimension lines. Some specific values: Value Description -1 Lightweight is set to "ByLayer" -2 Lightweight is set to "ByBlock" -3 Lightweight is set to "Default", which is controlled by LWDEFAULT system variable This property corresponds to the DIMLWD system variable.
Public property Dimlwe Property that controls the lineweight for extension lines. Some specific values: Value Description -1 Lightweight is set to "ByLayer" -2 Lightweight is set to "ByBlock" -3 Lightweight is set to "Default", which is controlled by LWDEFAULT system variable This property corresponds to the DIMLWE system variable.
Public property Dimpost  
Public property Dimrnd Property that controls the rounding of measurements in dimensions. This property corresponds to the DIMRND system variable. If DIMRND == 0.0, no rounding is performed.
Public property Dimsah Property that controls the generation of separate arrowheads for dimension lines. This property corresponds to the DIMSAH system variable.
Public property Dimscale Property that controls the scale factor applied to all dimension variables that regulate sizes, offsets, and distances. This property corresponds to the DIMSCALE system variable. DIMSCALE serves as an overall "volume control" for dimensions and leaders. ValueDescription0.0 A "reasonable" value is computed for model space viewports. >0.0 If set to the inverse of the plot scale, plotted dimensions will be at the sizes specified by the other dimension variables.
Public property Dimsd1 Property that controls the suppression of the first dimension line and arrowhead in dimensions. This property corresponds to the DIMSD1 system variable.
Public property Dimsd2 Property that controls the suppression of the second dimension line and arrowhead in dimensions. This property corresponds to the DIMSD2 system variable.
Public property Dimse1 Property that controls the suppression of the first extension line in dimensions. This property corresponds to the DIMSE1 system variable.
Public property Dimse2 Property that controls the suppression of the second extension line in dimensions. This property corresponds to the DIMSE2 system variable.
Public property Dimsoxd Property that controls the suppression of dimension lines outside the extension lines. This property corresponds to the DIMSOXD system variable.
Public property Dimtad Property that controls the dimension text vertical position. This property corresponds to the DIMTAD system variable. Available values: ValueDescription0 Centered about the dimension line. 1 Above the dimension line, unless DIMTIH==1 and the dimension line is not horizontal. 2 Side of the dimension line farthest from the defining points. 3 JIS standard. 4 Text below the dimension line.
Public property Dimtdec Property that controls the number of decimal places in tolerance values for primary units in dimensions. This property corresponds to the DIMTDEC system variable.
Public property Dimtfac Property that controls the size of tolerance and fraction text in dimensions. This property corresponds to the DIMTFAC system variable.
Public property Dimtfill Property that controls the background fill of dimension text. This property corresponds to the DIMTFILL system variable. Available values: ValueDescription0 No fill 1 Drawing background color 2 Color specified by DIMTFILLCLR
Public property Dimtfillclr Property that controls the background fill color of dimension text when DIMTFILL == 2. This property corresponds to the DIMTFILLCLR system variable.
Public property Dimtih Property that controls the orientation of dimension text inside the extension lines. This property corresponds to the DIMTIH system variable. Available values: ValueDescriptionfalse Aligned with dimension line. true Horizontal.
Public property Dimtix Property that controls the orientation of dimension text inside the extension lines. This property corresponds to the DIMTIX system variable. Available values: ValueDescriptionfalse Inside extension lines if there is room. true Inside extension lines.
Public property Dimtm Property that controls the negative of the lower tolerance limit for dimensions. This property corresponds to the DIMTM system variable.
Public property Dimtmove Property that controls the updating of associative dimension objects while dragging. This property corresponds to the DIMTMOVE system variable. Available values: ValueDescription0 Moving dimension text moves the dimension line. 1 Moving dimension text adds a leader. 2 Moving dimension text does not add a leader.
Public property Dimtofl Property that controls the drawing of dimension lines between extension lines when text is outside the dimension lines. This property corresponds to the DIMTOFL system variable. Available values: ValueDescriptionfalse Disabled. true Enabled.
Public property Dimtoh Property that controls the orientation of dimension text outside the extension lines. This property corresponds to the DIMTOH system variable. Available values: ValueDescriptionfalse Aligned with dimension line. true Horizontal.
Public property Dimtol Property that controls the generation of tolerance text in dimensions. This property corresponds to the DIMTOL system variable. Available values: ValueDescriptionfalse Disabled. true Enabled.
Public property Dimtolj Property that controls the vertical justification of tolerance values with respect to the nominal dimension text. This property corresponds to the DIMTOLJ system variable. Available values: ValueDescription0 Bottom 1 Middle 2 Top
Public property Dimtp Property that controls the upper tolerance limit for dimensions. This property corresponds to the DIMTP system variable.
Public property Dimtsz Property that controls the distance, parallel to the dimension line, that the tics extends beyond the extension lines. This property corresponds to the DIMTSZ system variable.
Public property Dimtvp Property that controls the vertical distance of the middle of the dimension text with respect to the dimension line. This property corresponds to the DIMTVP system variable.
Public property Dimtxsty Property that controls the text style for dimension text. This property corresponds to the DIMTXSTY system variable.
Public property Dimtxt Property that controls the size of the dimension text. This property corresponds to the DIMTXT system variable.
Public property Dimtxtdirection Property that controls the text direction.
Public property Dimtzin Property that controls zero suppression in tolerance values in linear dimensions. This property corresponds to the DIMTZIN system variable. Available values: ValueDescription0 Suppress zero feet and exactly zero inches. 1 Include zero feet and exactly zero inches. 2 Include zero feet and suppress exactly zero inches. 3 Suppress zero feet and include exactly zero inches. 4 Suppress leading decimal zeros. 8 Suppress trailing decimal zeros. 12 Suppress leading and trailing decimal zeros.
Public property Dimupt Property that controls the movement of user-positioned text when dimension lines are moved. This property corresponds to the DIMUPT system variable. Available values: ValueDescriptionfalse Moves only the dimension line. true Moves the dimension line and the text.
Public property Dimzin Property that controls zero suppression in linear dimensions. This property corresponds to the DIMZIN system variable. Available values: ValueDescription0 Suppress zero feet and exactly zero inches. 1 Include zero feet and exactly zero inches. 2 Include zero feet and suppress exactly zero inches. 3 Suppress zero feet and include exactly zero inches. 4 Suppress leading decimal zeros. 8 Suppress trailing decimal zeros. 12 Suppress leading and trailing decimal zeros.
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 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 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 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 IsModifiedForRecompute Property indicating the state of this dimension style. It queries a dimension style to check whether objects referencing the style should be updated.
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 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 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 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 GetArrowId Returns the ObjectId of the specified arrowhead.
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)
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.