ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Slice Class / SetOutlineColorAsync Method

In This Topic
    SetOutlineColorAsync Method
    In This Topic
    Change the color used to paint new geometry edges exposed by a Slice cut. This affects all Slice objects in the active MapView.
    Syntax
    public static Task SetOutlineColorAsync( 
       CIMColor value
    )
    Public Shared Function SetOutlineColorAsync( _
       ByVal value As CIMColor _
    ) As Task

    Parameters

    value
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also