|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeHeightProperties2
Provides access to members that manipulate the extended height properties of a globe layer.
Properties on the IGlobeHeightProperties2 interface allow you to specify whether the polygon features being extruded will have bottom faces.
Method Summary | |
---|---|
boolean |
isBottomlessExtrusions()
Indicates whether the feature layer has elevation values. |
void |
setBottomlessExtrusions(boolean bottomless)
Indicates whether the feature layer has elevation values. |
Method Detail |
---|
void setBottomlessExtrusions(boolean bottomless) throws IOException, AutomationException
While extruding polygon features, setting this boolean property to True will extrude the polygon features without bottom faces. This can enhance performance of the display, particularly in cases where displaying the bottom face of the extruded features may not be necessary.
bottomless
- The bottomless (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBottomlessExtrusions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |