Scope: Schematic editor
Object: Attribute Object
Prerequisites: None
Returns the coordinates of the attribute taking the form of a Point Object.
All coordinates are measured in 100ths of an inch.
Attribute.GetLocation() As IVdPoint
None
This example displays a message box with the coordinates of an attribute.
MsgBox "Attribute is at X=" & Attr.GetLocation().X & " Y=" & Attr.GetLocation().Y