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


ITrackSymbologyRenderer.SymbolByFeature Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackSymbologyRenderer Interface > ITrackSymbologyRenderer.SymbolByFeature Property
ArcGIS Developer Help

ITrackSymbologyRenderer.SymbolByFeature Property

Symbol used to draw the specified feature.

[Visual Basic .NET]
Public Function get_SymbolByFeature ( _
    ByVal feature As IFeature _
) As ISymbol
[C#]
public ISymbol get_SymbolByFeature (
    IFeature feature
);
[C++]
HRESULT get_SymbolByFeature(
  IFeature* feature,
  ISymbol** Symbol
);
[C++]
Parameters
feature [in]

feature is a parameter of type IFeature* Symbol [out, retval]
Symbol is a parameter of type ISymbol**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackSymbologyRenderer Interface