This document is archived and information here might be outdated. Recommended version. |
Indicates if to draw footprints.
[Visual Basic .NET]
Public Property DrawFootprint As Boolean
[C#]
public bool DrawFootprint {get; set;}
[C++]
HRESULT get_DrawFootprint(
Boolean* pDraw
);
[C++]
HRESULT put_DrawFootprint(
VARIANT_BOOL pDraw
);
[C++] Parameters pDraw [out, retval]
pDraw is a parameter of type bool* pDraw [in]
pDraw is a parameter of type bool