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

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

    Return Value

    The RelationshipClassDefinition of this dataset.
    Exceptions
    ExceptionDescription
    This dataset does not have a valid definition.
    A geodatabase-related exception has occurred.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also