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


ISymbolSubstitution.SubstituteSymbolCollection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolSubstitution Interface > ISymbolSubstitution.SubstituteSymbolCollection Property
ArcGIS Developer Help

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