ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / FeatureDatasetDescription Class / FeatureDatasetDescription Constructor / FeatureDatasetDescription Constructor(String,FeatureDatasetDefinition)
The name of the description.
The ArcGIS.Core.Data.FeatureDataset that the description object is representing.

In This Topic
    FeatureDatasetDescription Constructor(String,FeatureDatasetDefinition)
    In This Topic
    Creates a description object of the ArcGIS.Core.Data.FeatureDataset.
    Syntax
    public FeatureDatasetDescription( 
       string name,
       FeatureDatasetDefinition featureDatasetDefinition
    )
    Public Function New( _
       ByVal name As String, _
       ByVal featureDatasetDefinition As FeatureDatasetDefinition _
    )

    Parameters

    name
    The name of the description.
    featureDatasetDefinition
    The ArcGIS.Core.Data.FeatureDataset that the description object is representing.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also