Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Command Object : IsDimInfo Property
IsDimInfo Property
Description
Determines whether or not the command is a DimInfo command.
Property type
Read-only property
Syntax
Visual Basic
Public Property IsDimInfo As Boolean
Return Type
Read/write Boolean.
Remarks
Commands that return TRUE for this property can successfully retrieve a DimInfo object using the DimInfoCommand Property.
See Also