Share

TinSurface.AddVertices(Point2dCollection) Method

Adds multiple vertices to the TinSurface object.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public SurfaceOperationAddTinMultipleVertices AddVertices(
	Point2dCollection locations
)

VB

Public Function AddVertices ( 
	locations As Point2dCollection
) As SurfaceOperationAddTinMultipleVertices

C++

public:
SurfaceOperationAddTinMultipleVertices^ AddVertices(
	Point2dCollection^ locations
)

Parameters

locations  Point2dCollection
Locations where vertices will be added.

Return Value

SurfaceOperationAddTinMultipleVertices

Remarks

This overload method takes a point2d collection as a parameter. If the location is on the surface, the elevation of vertex to be added will be automatically calculated according to current the triangle. If the location is not on the surface, the elevation will be set as 0.0 by default.

See Also

Reference

Was this information helpful?