2023 Members
Changes 4
M

DimensionSegment

Name Return Type Description Inherited From
M Dispose() None Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject .) APIObject
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsTextPositionAdjustable() bool Indicates if this dimension is supported to set/get TextPosition/LeaderPosition.
M ResetTextPosition() None Resets the text position of the segment to the initial position determined by its type and parameters.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P Above string The text shown above the segment's value.
P Below string The text shown below the segment's value.
P IsLocked bool Indicates if this segment is locked.
P IsReadOnly bool Identifies if the object is read-only or modifiable. (Inherited from APIObject .) APIObject
P LeaderEndPosition XYZ The position of the dimension leader end point.
P Origin XYZ The segment origin.
P Prefix string The text shown before the segment's value.
P Suffix string The text shown after the segment's value.
P TextPosition XYZ The position of the dimension text's drag point.
P Value Nullable<double> The length of the segment.
P ValueOverride string The text that replaces the segment's value.
P ValueString string The displayed value shown for the dimension segment.