This document is archived and information here might be outdated. Recommended version. |
Indicates whether symbol is billboarded.
[Visual Basic .NET]
Public Property BillboardDisplay As Boolean
[C#]
public bool BillboardDisplay {get; set;}
[C++]
HRESULT get_BillboardDisplay(
Boolean* pBillboard
);
[C++]
HRESULT put_BillboardDisplay(
VARIANT_BOOL pBillboard
);
[C++] Parameters pBillboard [out, retval]
pBillboard is a parameter of type bool* pBillboard [in]
pBillboard is a parameter of type bool