This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IB > IBillboardDisplay Interface > IBillboardDisplay.BillboardDisplay Property (ArcObjects .NET 10.4 SDK) |
Indicates whether symbol is billboarded.
[Visual Basic .NET] Public Property BillboardDisplay As Boolean
[C#] public bool BillboardDisplay {get; set;}
[C++]
HRESULT get_BillboardDisplay(
VARIANT_BOOL* pBillboard
);
[C++]
HRESULT put_BillboardDisplay(
VARIANT_BOOL pBillboard
);
[C++]
Parameters pBillboard [out, retval] pBillboard is a parameter of type VARIANT_BOOL pBillboard [in] pBillboard is a parameter of type VARIANT_BOOL