Provides access to members that control a dimension feature.
Members
| Name | Description | |
|---|---|---|
![]() |
CustomLength | The dimension feature's custom or user-defined length. |
![]() |
DimensionLineOptionJSON | The JSON representation of the dimension line option for the feature. |
![]() |
DimensionShapeJSON | A JSON string representing the dimension feature's shape. |
![]() |
DimensionTypeJSON | The JSON representation of the dimension type of the feature. |
![]() |
ExtensionLineOptionJSON | TThe JSON representation of the extension line display of the feature. |
![]() |
Length | The dimension feature's length. |
![]() |
MarkerOptionJSON | The JSON representation of the arrow display of the feature. |
![]() |
StyleID | The dimension feature's style Id. |
![]() |
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. |

