Skip to main content

flywave-terrain-datasource.groundmodificationmanager.getmodification

Home > @flywave/flywave-terrain-datasource > GroundModificationManager > getModification

GroundModificationManager.getModification() method

Gets a modification by ID

This method retrieves a ground modification by its unique identifier.

Signature:

getModification(id: string): GroundModificationPolygon | undefined;

Parameters

Parameter

Type

Description

id

string

ID of the modification to retrieve

Returns:



[GroundModificationPolygon](./flywave-terrain-datasource.groundmodificationpolygon.md) \| undefined

The modification or undefined if not found