Symbol used to draw the specified feature.
[Visual Basic 6.0] Property SymbolByFeature(
ByVal feature As IFeature _
) As ISymbol
[Visual Basic .NET] Public Function get_SymbolByFeature ( _ ByVal feature As IFeature _ ) As ISymbol
[C#] public ISymbol get_SymbolByFeature ( IFeature feature );
[Java] public ISymbol getSymbolByFeature ( IFeature feature )
[C++] HRESULT get_SymbolByFeature( IFeature* feature, ISymbol** Symbol );
Parameters
feature [in]
feature is a parameter of type IFeature
Symbol [out, retval]
Symbol is a parameter of type ISymbol