| Name | Description |
| Application | Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| Attached | Property that specifies whether the origin indicator is attached to an origin point. |
| Intent | Gets and sets the origin point to which the origin indicator is attached. Valid intent values are points that specify geometry to which the origin indicator can be attached. |
| Layer | Gets and sets the layer associated with the origin indicator. |
| LeaderStyle | Gets and sets the leader style associated with the origin indicator. The line format properties are the only properties of the leader style that are applicable to the origin indicator; other leader style properties have no effect on the origin indicator. |
| RelativeX | Gets and sets the relative X coordinate of the origin indicator, this property will return a double value in centimeter units. When setting a value, the units of the specified value will be assumed to be centimeters. |
| RelativeY | Gets and sets the relative Y coordinate of the origin indicator, this property will return a double value in centimeter units. When setting a value, the units of the specified value will be assumed to be centimeters. |
| Type | Returns an ObjectTypeEnum indicating this object's type. |
| Visible | Gets and sets whether the origin indicator should be hidden. |