This document is archived and information here might be outdated. Recommended version. |
The footprint display symbol.
[Visual Basic .NET] Public Property FootprintDisplaySymbol As ISymbol
[C#] public ISymbol FootprintDisplaySymbol {get; set;}
[C++]
HRESULT get_FootprintDisplaySymbol(
ISymbol* ppSymbol
);
[C++]
HRESULT putref_FootprintDisplaySymbol(
ISymbol** ppSymbol
);
[C++] Parameters ppSymbol [in]
ppSymbol is a parameter of type ISymbol* ppSymbol [out, retval]
ppSymbol is a parameter of type ISymbol**