|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeFixedLineOfSight
Provides access to properties of the GlobeFixedLineOfSight command.
Method Summary | |
---|---|
boolean |
isStopAtSurface()
Indicates if navigation stops at the surface of the globe. |
void |
setStopAtSurface(boolean bStopAtSurface)
Indicates if navigation stops at the surface of the globe. |
Method Detail |
---|
void setStopAtSurface(boolean bStopAtSurface) throws IOException, AutomationException
bStopAtSurface
- The bStopAtSurface (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStopAtSurface() throws IOException, AutomationException
Indicates whether a fixed line of sight tool stops navigation at the globe surface, or allows navigation under the globe surface. By default StopAtSurface is false.
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 |