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