Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Overview 
PCDLRN ActiveX DLL : CadWindow Object
CadWindow Object Members
Public Methods
Prints the CAD window.
Public Properties
 
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.
Read/Write: Returns/Sets the CAD Background Color
Read/Write: Returns/Sets the second CAD Background Color. Applicable only if gradient is not One Color
Read/Write: Returns/Sets the CAD Background Gradient Type
Read/Write: Returns/Sets the Embedded Mode

The height of the Cad window in screen pixels.

The left edge of the Cad window, measured from the left edge of the Windows Desktop.

Returns the parent CadWindows object.
Read/Write: Gets/Sets CAD View Tab visibility
The top edge of the Cad window, measured from the top edge of the Windows Desktop.
Read Only: According with EmbeddedMode property returns the CAD view handle (false) or the handle of temporary Embeddable frame view (true)

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.

The width of the Cad window in screen pixels.

See Also