ArcGIS Pro 2.6 API Reference Guide
GetOutlineColor Method (SymbolExtensionMethods)

ArcGIS.Desktop.Mapping Namespace > SymbolExtensionMethods Class : GetOutlineColor Method
ArcGIS.Core.CIM.CIMPolygonSymbol
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 10, Windows 8.1, Windows 7

See Also

Reference

SymbolExtensionMethods Class
SymbolExtensionMethods Members