Adds points to a topography surface. Returns eInvalidInput if the topography surface already contains a point with the same XY location, otherwise returns eOk.
Parameters
Parameters
Description
points
[in] Input contains points(vertexes) to be added to a topography surface.
Returns
eInvalidInput in case of empty input array.
Remarks
The input point will not be added, if the topography surface already contains the input point.