ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Mapping Namespace / DimensionFeature Class / SetStyleID Method
The style ID for the feature.

In This Topic
    SetStyleID Method
    In This Topic
    Sets the style ID for the dimension feature. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetStyleID( _
       ByVal styleID As Integer _
    ) 
    public void SetStyleID( 
       int styleID
    )

    Parameters

    styleID
    The style ID for the feature.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception occured.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also