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