Property Id
Id
Gets or sets the unique identifying string for the ElevationSource, as specified in a scene.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The unique identifying string for the ElevationSource, as specified in a scene. |
Remarks
The ID is used by other parts of the API to reference a specific ElevationSource. If not provided, a unique ID is automatically assigned to each ElevationSource upon creation. When changing the ID, ensure the value remains unique so the ElevationSource can be reliably located by ID.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |