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


ISymbolSubstitution.SubstituteSymbolCollection Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISymbolSubstitution.SubstituteSymbolCollection Property

The substitute symbol collection when substituting the entire collection.

[Visual Basic .NET]
Public Property SubstituteSymbolCollection As ISymbolCollection
[C#]
public ISymbolCollection SubstituteSymbolCollection {get; set;}
[C++]
HRESULT get_SubstituteSymbolCollection(
  ISymbolCollection** SymbolCollection
);
[C++]
HRESULT putref_SubstituteSymbolCollection(
  ISymbolCollection* SymbolCollection
);
[C++]

Parameters SymbolCollection [out, retval]
SymbolCollection is a parameter of type ISymbolCollection SymbolCollection [in]
SymbolCollection is a parameter of type ISymbolCollection

Product Availability

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

See Also

ISymbolSubstitution Interface