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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.