Application.BoxAlign Method
Project Developer Reference |
Aligns the specified part of the selected boxes in the active Network Diagram with the same part of the box that has the focus.
Syntax
expression.BoxAlign(Alignment)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Alignment | Required | Long | Specifies which side or portion of a box to use for the alignment. Can be one of the PjAlign constants. |
Return Value
Boolean
Remarks
If only one box is selected, the BoxAlign method has no effect.
See Also