STK Viewer ControlSend comments on this topic.
CompassVisible Property (IAgAGIViewer)
See Also
Windows





Windows & Linux

Description

Allows access to the Compass tool

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CompassVisible() As Boolean
[C#]
public bool CompassVisible {get; set;}
[Managed C++]
public: __property bool get_CompassVisible();
public: __property void set_CompassVisible( bool );
[Unmanaged C++]
public: HRESULT get_CompassVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_CompassVisible(
    VARIANT_BOOL newVal
);
[Java]
public bool getCompassVisible();
public void setCompassVisible(
    bool
);

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.