ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Dataset Class
Properties Methods


In This Topic
    Dataset Class Members
    In This Topic

    The following tables list the members exposed by Dataset.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyGets the DatasetType of the dataset.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the Definition of the dataset.  
    Public Method Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also