Share

OriginIndicator Object


Description

The OriginIndicator object represents an origin indicator for ordinate dimensions and hole tables placed on a drawing view.

Methods

Name Description
Delete Method that deletes this origin indicator. This fails if this origin indicator is referenced by ordinate dimensions or hole tables.

Properties

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.
InUse Read-only property that returns whether the origin indicator is used by any dimensions or tables.
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.

Accessed From

DetailDrawingView.OriginIndicator, DrawingView.OriginIndicator, SectionDrawingView.OriginIndicator

Version

Introduced in version 2009

Was this information helpful?