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