Provides access to properties defining an dimension feature class to be created.
Members
| Name | Description | |
|---|---|---|
![]() |
ConfigKeyword | The geodatabase configuration keyword. |
![]() |
DimensionStyleCollectionJSON | A JSON string representing the collection of dimension styles associated with the dimension feature class. |
![]() |
FeatureClassName | The name of the feature class. |
![]() |
FeatureDataset | The feature dataset to create the dimension feature class in. If null, the feature class will be standalone. |
![]() |
FeatureWorkspace | The workspace to create the dimension feature class in. |
![]() |
Fields | The fields collection to create the dimension feature class with. If null, default fields will be used. |
![]() |
ReferenceScale | The reference scale of the dimension feature class. |
![]() |
ReferenceScaleUnit | The reference scale unit of the dimension feature class. Only applicable if the feature class has an unknown coordinate system. |
![]() |
ShapeFieldName | The name of the shape field. |
ICreateDimensionFeatureClassDefinitionBridge.ConfigKeyword Property
The geodatabase configuration keyword.
Public WriteOnly Property ConfigKeyword
public void ConfigKeyword {set;}
ICreateDimensionFeatureClassDefinitionBridge.DimensionStyleCollectionJSON Property
A JSON string representing the collection of dimension styles associated with the dimension feature class.
Public WriteOnly Property DimensionStyleCollectionJSON
public void DimensionStyleCollectionJSON {set;}
ICreateDimensionFeatureClassDefinitionBridge.FeatureClassName Property
The name of the feature class.
Public WriteOnly Property FeatureClassName
public void FeatureClassName {set;}
ICreateDimensionFeatureClassDefinitionBridge.FeatureDataset Property
The feature dataset to create the dimension feature class in. If null, the feature class will be standalone.
Public WriteOnly Property FeatureDataset
public void FeatureDataset {set;}
ICreateDimensionFeatureClassDefinitionBridge.FeatureWorkspace Property
The workspace to create the dimension feature class in.
Public WriteOnly Property FeatureWorkspace
public void FeatureWorkspace {set;}
ICreateDimensionFeatureClassDefinitionBridge.Fields Property
The fields collection to create the dimension feature class with. If null, default fields will be used.
Public WriteOnly Property Fields
public void Fields {set;}
ICreateDimensionFeatureClassDefinitionBridge.ReferenceScale Property
The reference scale of the dimension feature class.
Public WriteOnly Property ReferenceScale
public void ReferenceScale {set;}
ICreateDimensionFeatureClassDefinitionBridge.ReferenceScaleUnit Property
The reference scale unit of the dimension feature class. Only applicable if the feature class has an unknown coordinate system.
Public WriteOnly Property ReferenceScaleUnit
public void ReferenceScaleUnit {set;}
ICreateDimensionFeatureClassDefinitionBridge.ShapeFieldName Property
The name of the shape field.
Public WriteOnly Property ShapeFieldName
public void ShapeFieldName {set;}
Classes that implement ICreateDimensionFeatureClassDefinitionBridge
| Classes | Description |
|---|---|
| CreateDimensionFeatureClassDefinition | Create Dimension Feature Class Definition. |

