ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Parcels Namespace / ParcelFabricDefinition Class / DatasetType Property

In This Topic
    DatasetType Property (ParcelFabricDefinition)
    In This Topic
    Syntax
    public override DatasetType DatasetType {get;}
    Public Overrides NotOverridable ReadOnly Property DatasetType As DatasetType

    Property Value

    The ArcGIS.Core.Data.DatasetType of the parcel fabric.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run
    Remarks
    This is identical to the value returned by ParcelFabric.Type.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also