ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ServiceSubTable Class / SetDefinition Method

In This Topic
    SetDefinition Method (ServiceSubTable)
    In This Topic
    Updates the service sub table's CIM definition. This will throw an System.NotSupportedException.
    Syntax
    public override void SetDefinition( 
       CIMStandaloneTable table
    )
    Public Overrides NotOverridable Sub SetDefinition( _
       ByVal table As CIMStandaloneTable _
    ) 

    Parameters

    table
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also