AGI STK Esri Display 11 Send comments on this topic.
DisplayLatLonBox Property (IAgEsri3dRendererConfig)
See Also 
Windows






Windows & Linux

Description

Debugging: Display the latitude/longitude envelope for the current 3D view.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_DisplayLatLonBox();
public: __property void set_DisplayLatLonBox(
bool
);

[Unmanaged C++]
public: HRESULT get_DisplayLatLonBox(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplayLatLonBox(
VARIANT_BOOL NewDisplayLatLonBox
);

[Java]
public bool getDisplayLatLonBox();public void setDisplayLatLonBox(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface