com.esri.arcgis.analyst3d
Interface IBillboardDisplay

All Superinterfaces:
Serializable
All Known Implementing Classes:
CharacterMarker3DSymbol, Marker3DSymbol, SimpleMarker3DSymbol

public interface IBillboardDisplay
extends Serializable

Provides access to members that affect billboard display of symbols.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.


Method Summary
 boolean isBillboardDisplay()
          Indicates whether symbol is billboarded.
 void setBillboardDisplay(boolean pBillboard)
          Indicates whether symbol is billboarded.
 

Method Detail

isBillboardDisplay

boolean isBillboardDisplay()
                           throws IOException,
                                  AutomationException
Indicates whether symbol is billboarded.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Returns:
The pBillboard
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBillboardDisplay

void setBillboardDisplay(boolean pBillboard)
                         throws IOException,
                                AutomationException
Indicates whether symbol is billboarded.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Parameters:
pBillboard - The pBillboard (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.