The DimensionSegment type exposes the following members.

Methods

  NameDescription
Public methodDispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsTextPositionAdjustable
Indicates if this dimension is supported to set/get TextPosition/LeaderPosition.
Public methodResetTextPosition
Resets the text position of the segment to the initial position determined by its type and parameters.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAbove
The text shown above the segment's value.
Public propertyBelow
The text shown below the segment's value.
Public propertyIsLocked
Indicates if this segment is locked.
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)
Public propertyLeaderEndPosition
The position of the dimension leader end point.
Public propertyOrigin
The segment origin.
Public propertyPrefix
The text shown before the segment's value.
Public propertySuffix
The text shown after the segment's value.
Public propertyTextPosition
The position of the dimension text's drag point.
Public propertyValue
The length of the segment.
Public propertyValueOverride
The text that replaces the segment's value.
Public propertyValueString
The displayed value shown for the dimension segment.

See Also