AGI STK VGT 11Send 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 UseMSL
);
[Java]
public bool getUseMSL();
public void setUseMSL(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.