Wiki > TV3D65 Index > TVLandscape
This function sets the name of the landscape object. You can use this name in the GetLandscape Function to get a landscape object.
| VB.NET | SetName(sName As String) |
|---|---|
| C++ | void SetName(char* sName ) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| sName | No | sName description |
| Null | Does not return a value. |
|---|
| Example | Basic example. |
|---|