Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Command Object : AlignmentCommand Property
AlignmentCommand Property
Description

Returns this Command object as an AlignCmnd object if it can, Nothing otherwise.

Property type
Read-only property
Syntax
Visual Basic
Public Property AlignmentCommand As AlignCmnd
Return Type
AlignCmnd object.
Remarks

The Commands that have the following Type can become AlignCommand objects are as follows:

START_ALIGN
LEVEL_ALIGN
ROTATE_ALIGN
TRANS_ALIGN
TRANSOFF_ALIGN
ROTATEOFF_ALIGN
SAVE_ALIGN
RECALL_ALIGN
EQUATE_ALIGN
ITER_ALIGN
BF2D_ALIGN
ROTATE_CIRCLE_ALIGN
BF3D_ALIGN

See Also