Location of the terrain contained in the terrain data file.
Read-write property
[Visual Basic .NET] |
---|
Public Property Location() As String |
[C#] |
---|
public string Location {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Location(); |
[Unmanaged C++] |
---|
public: HRESULT get_Location( BSTR * pVal ); public: HRESULT put_Location( BSTR pVal ); |
[Java] |
---|
public String getLocation(); public void setLocation( String ); |