Item Method
Description
Returns the Cad Window Object
Syntax
Parameters
- ID
- Required Variant that denotes which CadWindow object to return.
Return Type
CadWindow object from the parent CadWindows object. Read-only.
Remarks
Since there is only and exactly one CadWindow object, it does not matter what you pass into the ID argument. For the sake of future compatibility, you should pass 1 into the ID.
See Also