This document is archived and information here might be outdated. Recommended version. |
Symbol used to draw each feature.
[Visual Basic .NET] Public Property Symbol As IACSymbol
[C#] public IACSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
IACSymbol** Symbol
);
[C++]
HRESULT putref_Symbol(
IACSymbol* Symbol
);
[C++] Parameters Symbol [out, retval]
Symbol is a parameter of type IACSymbol** Symbol [in]
Symbol is a parameter of type IACSymbol*