SDK JS
    Preparing search index...

    One sampled profile point: distance along the line + terrain elevation.

    interface ProfileSample {
        distanceM: number;
        elevationM: number;
        surfaceM?: number | null;
    }
    Index

    Properties

    distanceM: number

    Cumulative horizontal distance from the line start, metres.

    elevationM: number

    Terrain (ground) elevation at the station, metres.

    surfaceM?: number | null

    Topmost NON-ground surface at the station (building/mesh roofline, metres above the rendered ground datum), or null/absent where nothing stands above the ground. Drawn as the second (feature) line on the chart.