ArcObjects Library Reference (Carto)  

ISymbolSubstitution.SubstituteType Property

The type of symbol substitution.

[Visual Basic .NET]
Public Property SubstituteType As esriSymbolSubstituteType
[C#]
public esriSymbolSubstituteType SubstituteType {get; set;}
[C++]
HRESULT get_SubstituteType(
  esriSymbolSubstituteType* SubstituteType
);
[C++]
HRESULT put_SubstituteType(
  esriSymbolSubstituteType SubstituteType
);
[C++]

Parameters

SubstituteType [out, retval]

  SubstituteType is a parameter of type esriSymbolSubstituteType

SubstituteType [in]

  SubstituteType is a parameter of type esriSymbolSubstituteType

Product Availability

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

See Also

ISymbolSubstitution Interface