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

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