Skip to content

Provides access to members that control a dimension feature.

Members

Name Description
Read/write property CustomLength The dimension feature's custom or user-defined length.
Read/write property DimensionLineOptionJSON The JSON representation of the dimension line option for the feature.
Read/write property DimensionShapeJSON A JSON string representing the dimension feature's shape.
Read/write property DimensionTypeJSON The JSON representation of the dimension type of the feature.
Read/write property ExtensionLineOptionJSON TThe JSON representation of the extension line display of the feature.
Read-only property Length The dimension feature's length.
Read/write property MarkerOptionJSON The JSON representation of the arrow display of the feature.
Read/write property StyleID The dimension feature's style Id.
Read/write property UseCustomLength Indicates if this dimension feature displays the dimension length or a custom length.

IMEDimensionFeatureBridge.CustomLength Property

The dimension feature's custom or user-defined length.

Public Property CustomLength As Double
public double CustomLength {get; set;}

IMEDimensionFeatureBridge.DimensionLineOptionJSON Property

The JSON representation of the dimension line option for the feature.

Public Property DimensionLineOptionJSON As String
public string DimensionLineOptionJSON {get; set;}

IMEDimensionFeatureBridge.DimensionShapeJSON Property

A JSON string representing the dimension feature's shape.

Public Property DimensionShapeJSON As String
public string DimensionShapeJSON {get; set;}

IMEDimensionFeatureBridge.DimensionTypeJSON Property

The JSON representation of the dimension type of the feature.

Public Property DimensionTypeJSON As String
public string DimensionTypeJSON {get; set;}

IMEDimensionFeatureBridge.ExtensionLineOptionJSON Property

TThe JSON representation of the extension line display of the feature.

Public Property ExtensionLineOptionJSON As String
public string ExtensionLineOptionJSON {get; set;}

IMEDimensionFeatureBridge.Length Property

The dimension feature's length.

Public ReadOnly Property Length As Double
public double Length {get;}

IMEDimensionFeatureBridge.MarkerOptionJSON Property

The JSON representation of the arrow display of the feature.

Public Property MarkerOptionJSON As String
public string MarkerOptionJSON {get; set;}

IMEDimensionFeatureBridge.StyleID Property

The dimension feature's style Id.

Public Property StyleID As Integer
public int StyleID {get; set;}

IMEDimensionFeatureBridge.UseCustomLength Property

Indicates if this dimension feature displays the dimension length or a custom length.

Public Property UseCustomLength As Boolean
public bool UseCustomLength {get; set;}

Classes that implement IMEDimensionFeatureBridge

Classes Description
MEDimensionFeature Esri Dimension Feature.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.