ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMDimensionStyle Class
Properties Methods Events


In This Topic
    CIMDimensionStyle Class Members
    In This Topic

    The following tables list the members exposed by CIMDimensionStyle.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether the text should be aligned with the dimension line.  
    Public Property Gets or sets the height of the construction for creating baseline dimensions with this style.  
    Public Property Gets or sets the symbol used for the begin arrow.  
    Public Property Gets or sets a value indicating whether the length of the dimension needs to be converted for display.  
    Public Property Gets or sets the dimension line display of the style.  
    Public Property Gets or sets the symbol used for the dimension line.  
    Public Property Gets or sets the precision for the value displayed by the dimension text.  
    Public Property Gets or sets the units the length of the dimension text is displayed in.  
    Public Property Gets or sets a value indicating whether a dimension line should be drawn between the extension lines for an inward dimension.  
    Public Property Gets or sets the symbol used for the end arrow.  
    Public Property Gets or sets the text expression for the style.  
    Public Property Gets or sets the text expression parser for the text expression for the style.  
    Public Property Gets or sets the human readable text title that describes the dimension expression.  
    Public Property Gets or sets a value indicating whether the dimension line will be extended to underline the text on inward dimensions.  
    Public Property Gets or sets the length of the extension line offset.  
    Public Property Gets or sets the extension line display options of the style.  
    Public Property Gets or sets the length of the extension line overshot.  
    Public Property Gets or sets the symbol used for extension lines.  
    Public Property Gets or sets the ID of the style.  
    Public Property Gets or sets the arrow fit policy of the style.  
    Public Property Gets or sets the arrow fit tolerance of the style.  
    Public Property Gets or sets the arrow display properties of the style.  
    Public Property Gets or sets the name of the style.  
    Public Property Gets or sets the prefix for the text expression for the style.  
    Public Property Gets or sets the suffix for the text expression for the style.  
    Public Property Gets or sets the text fit policy for the style.  
    Public Property Gets or sets the text display option for the style.  
    Public Property Gets or sets the text symbol used for the text.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMDimensionStyle.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMDimensionStyle with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMDimensionStyle and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also