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


ISymbolSubstitution.SubstituteType 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.SubstituteType Property
ArcGIS Developer Help

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