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