| Name | Description | |
|---|---|---|
![]()  | ImGearDWGPage Constructor | Creates blank ImGearDWGPage | 
            The following tables list the members exposed by ImGearDWGPage.
| Name | Description | |
|---|---|---|
![]()  | ImGearDWGPage Constructor | Creates blank ImGearDWGPage | 
| Name | Description | |
|---|---|---|
![]()  | Clone | Overridden. Returns a clone of this ImGearDWGPage | 
![]()  | CreateCircle | Overloaded. Creates a new instance of CADCircle. | 
![]()  | CreateFace | Overloaded. Creates a new instance of CADFace. | 
![]()  | CreateLight | Creates a new instance of CADLight. | 
![]()  | CreateLine | Overloaded. Creates a new instance of CADLine. | 
![]()  | CreateLinearRuler | Overloaded. Creates a new instance of CADLinearRuler. | 
![]()  | CreateRectangle | Overloaded. Creates a new instance of CADRectangle. Meant to be used in 2D layouts. | 
![]()  | CreateSingleLineText | Overloaded. Creates a new instance of CADSingleLineText. | 
![]()  | EraseEntity | Removes CADEntity. | 
![]()  | ExtractText | Overloaded. Returns a List<CADText> of the text found in this CAD file. | 
![]()  | GetActiveLayout | Returns the name of the current active Layout | 
![]()  | GetLayers | Returns an array containing the DWGLayers contained in this DWG/DXF | 
![]()  | GetLayouts | Returns an array containing the layout names in this DWG | 
![]()  | GetLights | Returns a collection of all light sources present in the database model-space. | 
![]()  | GetNumViews | Returns an number of views in the active Layout | 
![]()  | SetActiveLayout | Sets the active Layout. | 
![]()  | ToggleLayer | Overloaded. Toggles specified layer | 
![]()  | ToggleLayers | Bulk updates given layers | 
![]()  | ToggleView | Overloaded. Toggle specified View | 
![]()  | UpdateEntity | Pushes the changes to the specified CADEntity. | 
![]()  | UpdateLight | Pushes the changes to the specified light source. | 
![]()  | UpdateLights | Pushes the changes of all specified light sources. |