Skip to content

Provides access to properties defining an dimension feature class to be created.

Members

Name Description
Write-only property ConfigKeyword The geodatabase configuration keyword.
Write-only property DimensionStyleCollectionJSON A JSON string representing the collection of dimension styles associated with the dimension feature class.
Write-only property FeatureClassName The name of the feature class.
Write-only property FeatureDataset The feature dataset to create the dimension feature class in. If null, the feature class will be standalone.
Write-only property FeatureWorkspace The workspace to create the dimension feature class in.
Write-only property Fields The fields collection to create the dimension feature class with. If null, default fields will be used.
Write-only property ReferenceScale The reference scale of the dimension feature class.
Write-only property ReferenceScaleUnit The reference scale unit of the dimension feature class. Only applicable if the feature class has an unknown coordinate system.
Write-only property 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.

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