ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolExtensionMethods Class / SetOutlineColor Method
ArcGIS.Core.CIM.CIMPolygonSymbol
ArcGIS.Core.CIM.CIMColor
Version

    SetOutlineColor Method
    Sets the outline color of a polygon symbol.
    Syntax
    public static void SetOutlineColor( 
       CIMPolygonSymbol symbol,
       CIMColor color
    )

    Parameters

    symbol
    ArcGIS.Core.CIM.CIMPolygonSymbol
    color
    ArcGIS.Core.CIM.CIMColor
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also