ArcObjects Library Reference  (Carto)    

ISymbolSubstitution.SubstituteType Property

The type of symbol substitution.

[Visual Basic 6.0]
Property SubstituteType As esriSymbolSubstituteType
[Visual Basic .NET]
Public Property SubstituteType As esriSymbolSubstituteType
[C#]
public esriSymbolSubstituteType SubstituteType {get; set;}
[Java]
public esriSymbolSubstituteType getSubstituteType()
throws
    IOException,
    AutomationException
[Java]
public void setSubstituteType(
esriSymbolSubstituteType psriSymbolSubstituteType
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page