AGI STK VGT 11 Send comments on this topic.
UseMSL Property (IAgCrdnSystemOnSurface)
See Also 
Windows






Windows & Linux

Description

Specify whether to use the Mean Sea Level as the reference shape.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseMSL();
public: __property void set_UseMSL(
bool
);

[Unmanaged C++]
public: HRESULT get_UseMSL(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseMSL(
VARIANT_BOOL NewUseMSL
);

[Java]
public bool getUseMSL();public void setUseMSL(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface