This document is archived and information here might be outdated. Recommended version. |
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**