ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / CadDataset Class / GetDefinition Method

In This Topic
    GetDefinition Method (CadDataset)
    In This Topic
    Gets the CadDatasetDefinition of this CAD dataset. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Shadows Function GetDefinition() As CadDatasetDefinition
    public new CadDatasetDefinition GetDefinition()

    Return Value

    The CadDatasetDefinition of this CAD dataset.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also