ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Slice Class / GetOutlineColorAsync Method

In This Topic
    GetOutlineColorAsync Method
    In This Topic
    Get 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<CIMColor> GetOutlineColorAsync()
    Public Shared Function GetOutlineColorAsync() As Task(Of CIMColor)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also