ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / SchemaBuilder Class / Modify Method / Modify(DimensionFeatureClassDescription) Method
Indicates the ArcGIS.Core.Data.Mapping.DimensionFeatureClass to be modified.

In This Topic
    Modify(DimensionFeatureClassDescription) Method
    In This Topic
    Enqueue the modify operation on the object referred to by the DimensionFeatureClassDescription. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    dimensionFeatureClassDescription
    Indicates the ArcGIS.Core.Data.Mapping.DimensionFeatureClass to be modified.
    Exceptions
    ExceptionDescription
    The dimension symbols are invalid.
    dimensionFeatureClassDescription is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also