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


ITemporalRenderer.SymbolByFeature Property (ArcObjects .NET 10.5 SDK)
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