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

In This Topic
    HasMixedOutlineColor Method
    In This Topic
    Determines whether a polygon symbol outline color is in mixed state.
    Syntax
    public static bool HasMixedOutlineColor( 
       CIMPolygonSymbol symbol
    )
    Public Shared Function HasMixedOutlineColor( _
       ByVal symbol As CIMPolygonSymbol _
    ) As Boolean

    Parameters

    symbol
    ArcGIS.Core.CIM.CIMPolygonSymbol

    Return Value

    Remarks
    A polygon symbol outline color is in mixed state if the symbol layers making up the outline have different colors.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also