M

TopographySurface.ChangePointElevation

Description:
Changes the elevation value for a point.
Remarks:
If the point doesn't exist in the current TopographySurface, an exception will be thrown. This applies to a TopographySurface element (not a SiteSubRegion or a topography surface associated with a BuildingPad), which should be in an active TopographyEditScope.
public void ChangePointElevation(
	XYZ point,
	double elevationValue
)