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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.