Provides access to the dimension feature class extension.
Members
| Name | Description | |
|---|---|---|
![]() |
Build | The build number of the dimension feature class. Used for internal purposes. |
![]() |
CIMVersion | The CIM Version of the dimension feature class. |
![]() |
DimensionStylesJSON | A JSON string representing the collection of dimension styles associated with the dimension feature class. |
![]() |
FieldIndexes | Get the field indexes |
![]() |
MaxStyleID | The maximum style ID in the style collection. |
![]() |
ReferenceScale | The reference scale of the dimension feature class. |
![]() |
ReferenceScaleUnit | The reference scale units of the dimension feature class. Only applicable if the feature class has an unknown coordinate system. |
![]() |
ResetProperties | Resets the in state of the dimension feature class properties to what is persisted in the dataset. |
![]() |
UpdateProperties | Updates the dimension feature class' properties from the current state of this object. |
![]() |
Version | The version of the dimension feature class. Used for internal purposes. |
IMEDimensionClassExtensionBridge.Build Property
The build number of the dimension feature class. Used for internal purposes.
Public Property Build As String
public string Build {get; set;}
IMEDimensionClassExtensionBridge.CIMVersion Property
The CIM Version of the dimension feature class.
Public Property CIMVersion As String
public string CIMVersion {get; set;}
IMEDimensionClassExtensionBridge.DimensionStylesJSON Property
A JSON string representing the collection of dimension styles associated with the dimension feature class.
Public Property DimensionStylesJSON As String
public string DimensionStylesJSON {get; set;}
IMEDimensionClassExtensionBridge.FieldIndexes Property
Get the field indexes.
Public ReadOnly Property FieldIndexes As IntPtr
public IntPtr FieldIndexes {get;}
IMEDimensionClassExtensionBridge.MaxStyleID Property
The maximum style ID in the style collection.
Public ReadOnly Property MaxStyleID As Integer
public int MaxStyleID {get;}
IMEDimensionClassExtensionBridge.ReferenceScale Property
The reference scale of the dimension feature class.
Public Property ReferenceScale As Double
public double ReferenceScale {get; set;}
IMEDimensionClassExtensionBridge.ReferenceScaleUnit Property
The reference scale units of the dimension feature class. Only applicable if the feature class has an unknown coordinate system.
Public Property ReferenceScaleUnit As IUnit
public IUnit ReferenceScaleUnit {get; set;}
IMEDimensionClassExtensionBridge.ResetProperties Method
Resets the in state of the dimension feature class properties to what is persisted in the dataset.
Public Sub ResetProperties ( _
)
public void ResetProperties (
);
IMEDimensionClassExtensionBridge.UpdateProperties Method
Updates the dimension feature class' properties from the current state of this object.
Public Sub UpdateProperties ( _
)
public void UpdateProperties (
);
IMEDimensionClassExtensionBridge.Version Property
The version of the dimension feature class. Used for internal purposes.
Public Property Version As Short
public short Version {get; set;}
Classes that implement IMEDimensionClassExtensionBridge
| Classes | Description |
|---|---|
| MEDimensionClassExtension | A class extension which contains all the style properties for a dimension feature class. |


