AGI STK Objects 11 Send comments on this topic.
Location Property (IAgTerrain)
See Also 





Description

Location of the terrain contained in the terrain data file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Location() As String

[C#]
public string Location {get; set;}

[Managed C++]
public: __property String __gc ^ get_Location();
public: __property void set_Location(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Location(
BSTR * pRetVal
);
public: HRESULT put_Location(
BSTR NewLocation
);

[Java]
public String getLocation();public void setLocation(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1