ArcObjects Library Reference (TrackingAnalyst)  

ITemporalRenderer.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

ITemporalRenderer Interface