Description
Set the offset of the label attached to this object in both directions, relatively to the object position.
-
Return Type
-
None
-
Syntax
-
object.SetLabelOffset OffsetX, OffsetY
The SetLabelOffset Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjLine. | | OffsetX | Required. A Long value. | | OffsetY | Required. A Long value. | Remarks
These values can be negative.
|