This document is archived and information here might be outdated.  Recommended version.


IDataExclusion.ExclusionSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataExclusion Interface > IDataExclusion.ExclusionSymbol Property
ArcGIS Developer Help

IDataExclusion.ExclusionSymbol Property

Symbol used to draw excluded values.

[Visual Basic .NET]
Public Property ExclusionSymbol As ISymbol
[C#]
public ISymbol ExclusionSymbol {get; set;}
[C++]
HRESULT get_ExclusionSymbol(
  ISymbol** Symbol
);
[C++]
HRESULT put_ExclusionSymbol(
  ISymbol* Symbol
);
[C++]
Parameters
Symbol [out, retval]

Symbol is a parameter of type ISymbol** Symbol [in]
Symbol is a parameter of type ISymbol*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataExclusion Interface