M

TopographySurface.AddPoints

Description:
Adds points to a topography surface.
Remarks:
If an input point already exists in the surface at the same XY location, the point will not be added. The document will be regenerated by this function. 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 AddPoints(
	IList<XYZ> points
)
  • IList<XYZ>
    points
    A collection of points to be added.