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

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

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also