Public Methods
| Name | Description | |
|---|---|---|
|
AddDrawingLayout | Creates a CADLayout with the specified name and adds this layout to the specified CAD image. |
|
AddLayout | Adds object of the CADLayout class. |
|
AddXRef | Creates a CADXRef object with the specified name and adds this external reference to the specified CAD image. |
|
AddXRefEx | Creates a CADXRef object with the specified name and adds this external reference to the specified CAD image. |
|
BlockByName | Searches blocks section and returns a CADBlock object with the specified name. |
|
CleaningLayouts | Deletes all empty instances of the CADLayout class with the exception of the Model_Space layout. |
|
DimensionStyleByName | Searches a dimension style with the specified name among the dimension styles from the loaded CAD file. |
|
Dispose | |
|
DoExtents | Sets extents of the CAD drawing. |
|
Equals | (Overloaded) (inherited from Object). |
|
GetArrowTypeByName | Searches a specified dimension arrow name in array |
|
GetCounts | Returns a number of elements in the specified section. |
|
GetDWGCodePage | Returns a number of codepage |
|
GetDWGVersion | Returns a version of DWG or DXF file |
|
GetHashCode | (inherited from Object). |
|
GetLayerNames | Adds the names of all layers from the loaded CAD file to the specified list. |
|
GetSection | Returns a group of objects corresponding to the specified type of CAD section. |
|
GetType | (inherited from Object). |
|
Initialize | Initializes a main section of the loaded CAD file. |
|
InitializeSections | This method makes necessary initializations for sections. Call it when creating CAD object manually. |
|
IntToColor | Converts an int value to the Color object. |
|
Iterate | Obsolete. |
|
LTypeByName | Returns a linetype with the specified name. |
|
LayerByName | Returns a layer with the specified name. |
|
LayoutByName | Searches layouts section and returns a CADLayout object with the specified name. |
|
LinesByName | Returns a description of linetype with the specified name. |
|
Loads | Loads the specified entity to the CADConverter. |
|
OnAfterRead | Raises a AfterReadEvent. |
|
OnBeforeRead | Raises a BeforeReadEvent. |
|
OnCreate | Raises an OnCreateEvent. |
|
OnInsert | Raises an OnInsertEvent. |
|
OnResolveXRef | Raises an OnResolveXRefEvent. |
|
OnViewPort | Raises an OnViewPortEvent. |
|
OnXRef | Raises an OnXRefEvent. |
|
ReferenceEquals | (inherited from Object). |
|
SetHandle | Sets a handle for a CADEntity object. |
|
SetSection | Sets a CADGroup object to the specified section type. |
|
SortEntities | Sorts CAD entities by their handles according to the CADSortEntsTable loaded from the CAD file. |
|
StyleByName | Returns a style with the specified name. |
|
StyleByPrimaryFont | Returns a style by PrimaryFont name. |
|
ToString | (inherited from Object). |
See Also