AGI Viewer Control 11 Send comments on this topic.
CompassVisible Property (IAgAGIViewer)
See Also 





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 * pRetVal
);
public: HRESULT put_CompassVisible(
VARIANT_BOOL NewCompassVisible
);

[Java]
public bool getCompassVisible();public void setCompassVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1