OrdinateDimensionSetting Class

Represents a collection of Ordinate Dimension settings that can be associated to an ordinate DimensionType.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBOrdinateDimensionSetting

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class OrdinateDimensionSetting : IDisposable

The OrdinateDimensionSetting type exposes the following members.

Constructors
 NameDescription
Public methodOrdinateDimensionSetting Constructs a new OrdinateDimensionSetting object with default settings.
Top
Properties
 NameDescription
Public propertyDimensionLineLength Specifies the dimension line segment length. This setting is enabled when Dimension Line Style is Segmented.
Public propertyDimensionLineStyle Specifies the dimension line style.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyOriginTickMarkId Specifies the id of the tick mark element to use for the dimension origin.
Public propertyOriginVisibility Specifies thevisibility of the origin witness line for the ordinate dimension (this is the first witness line in the string).
Public propertyTextOrientation Specifies where to align the dimension text.
Public propertyTextPosition Specifies the dimension text position.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the OrdinateDimensionSetting
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also