ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolExtensionMethods Class / GetOutlineColor Method
ArcGIS.Core.CIM.CIMPolygonSymbol

In This Topic
    GetOutlineColor Method
    In This Topic
    Gets outline color of a polygon symbol.
    Syntax
    public static CIMColor GetOutlineColor( 
       CIMPolygonSymbol symbol
    )
    Public Shared Function GetOutlineColor( _
       ByVal symbol As CIMPolygonSymbol _
    ) As CIMColor

    Parameters

    symbol
    ArcGIS.Core.CIM.CIMPolygonSymbol

    Return Value

    Remarks
    This method returns NULL if the polygon symbol's outline color is locked.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also