Skip to content

Provides access to the dimension feature class extension.

Members

Name Description
Read/write property Build The build number of the dimension feature class. Used for internal purposes.
Read/write property CIMVersion The CIM Version of the dimension feature class.
Read/write property DimensionStylesJSON A JSON string representing the collection of dimension styles associated with the dimension feature class.
Read-only property FieldIndexes Get the field indexes
Read-only property MaxStyleID The maximum style ID in the style collection.
Read/write property ReferenceScale The reference scale of the dimension feature class.
Read/write property ReferenceScaleUnit The reference scale units of the dimension feature class. Only applicable if the feature class has an unknown coordinate system.
Method ResetProperties Resets the in state of the dimension feature class properties to what is persisted in the dataset.
Method UpdateProperties Updates the dimension feature class' properties from the current state of this object.
Read/write property 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.

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