Prints the CAD window. |
_Visible | |
Application | Represents the read-only PC-DMIS application. The Application object includes properties and methods that return top-level objects. For example, the ActivePartProgram property returns a PartProgram object. |
BackgroundColor | Read/Write: Returns/Sets the CAD Background Color |
BackgroundColor2 | Read/Write: Returns/Sets the second CAD Background Color. Applicable only if gradient is not One Color |
BackgroundGradientType | Read/Write: Returns/Sets the CAD Background Gradient Type |
EmbeddedMode | Read/Write: Returns/Sets the Embedded Mode |
Height | The height of the Cad window in screen pixels. |
Left | The left edge of the Cad window, measured from the left edge of the Windows Desktop. |
Parent | Returns the parent CadWindows object. |
ShowCadTab | Read/Write: Gets/Sets CAD View Tab visibility |
Top | The top edge of the Cad window, measured from the top edge of the Windows Desktop. |
ViewHandle | Read Only: According with EmbeddedMode property returns the CAD view handle (false) or the handle of temporary Embeddable frame view (true) |
Visible | This property is TRUE if the Cad window is visible, FALSE otherwise. If you make the Cad window invisible, the only way to make it visible again is to set this property to TRUE. |
Width | The width of the Cad window in screen pixels. |