ArcObjects Library Reference  (Carto)    

ISymbolSubstitution.SubstituteSymbolCollection Property

The substitute symbol collection when substituting the entire collection.

[Visual Basic 6.0]
Property SubstituteSymbolCollection As ISymbolCollection
[Visual Basic .NET]
Public Property SubstituteSymbolCollection As ISymbolCollection
[C#]
public ISymbolCollection SubstituteSymbolCollection {get; set;}
[Java]
public ISymbolCollection getSubstituteSymbolCollection()
throws
    IOException,
    AutomationException
[Java]
public void setSubstituteSymbolCollectionByRef(
ISymbolCollection pSymbolCollection
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page