The following tables list the members exposed by the CADConverter type.

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