M

TopographySurface.DeletePoints

Description:
Deletes points from a Topography surface.
Remarks:
Points will be deleted if they matched in XY. 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 DeletePoints(
	IList<XYZ> points
)
  • IList<XYZ>
    points
    A collection of points to be deleted.