Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required Variant that denotes which CadWindow object to return.
Item Method
Description
Returns the Cad Window Object
Syntax
Visual Basic
Public Function Item( _
   ByVal ID As String _
) As CadWindow
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