public DimensionFeatureClassDescription( string name, IEnumerable<FieldDescription> fieldDescriptions, ShapeDescription shapeDescription, IEnumerable<CIMDimensionStyle> dimensionStyles )
Public Function New( _ ByVal name As String, _ ByVal fieldDescriptions As IEnumerable(Of FieldDescription), _ ByVal shapeDescription As ShapeDescription, _ ByVal dimensionStyles As IEnumerable(Of CIMDimensionStyle) _ )
Parameters
- name
- The name of the description.
- fieldDescriptions
- The fields for the ArcGIS.Core.Data.Mapping.DimensionFeatureClass.
- shapeDescription
- The description for the shape ArcGIS.Core.Data.Field.
- dimensionStyles
- The dimension styles for the dimension feature class.