This document is archived and information here might be outdated. Recommended version. |
The fill symbol.
[Visual Basic .NET] Public Property FillSymbol As IFillSymbol
[C#] public IFillSymbol FillSymbol {get; set;}
[C++]
HRESULT get_FillSymbol(
IFillSymbol** FillSymbol
);
[C++]
HRESULT putref_FillSymbol(
IFillSymbol* FillSymbol
);
[C++] Parameters FillSymbol [out, retval]
FillSymbol is a parameter of type IFillSymbol** FillSymbol [in]
FillSymbol is a parameter of type IFillSymbol*
Parameter is incorrect will be returned for Null values.