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





Description

Specify whether the reference shape is at the Mean Sea Level.

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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1