M

TopographySurface.ChangePointsElevation

Description:
Changes the elevation value for points
Remarks:
If none of the points in the collection doesn's exist, an exception will be thrown. This function ignores input points that do not exist, unless all of the input points do not exist, which will result in an exception. This applies to a TopographySurface element (not a SiteSubRegion or a topography surface associated with a BuildingPad), which shoule be in an active TopographyEditScope.
public void ChangePointsElevation(
	IList<XYZ> points,
	double elevationValue
)
  • IList<XYZ>
    points
    The points to be modified.
  • Double
    elevationValue
    The new elevation value.