AGI STK Graphics 11 Send comments on this topic.
ShowWaterSurface Property (IAgStkGraphicsScene)
See Also 





Description

Gets or sets whether water surface on earth is shown or hidden in the scene.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowWaterSurface() As Boolean

[C#]
public bool ShowWaterSurface {get; set;}

[Managed C++]
public: __property bool get_ShowWaterSurface();
public: __property void set_ShowWaterSurface(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowWaterSurface(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowWaterSurface(
VARIANT_BOOL NewShowWaterSurface
);

[Java]
public bool getShowWaterSurface();public void setShowWaterSurface(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1