TinSurfaceAddVertices(Point2dCollection) Method |
Adds multiple vertices to the TinSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic SurfaceOperationAddTinMultipleVertices AddVertices(
Point2dCollection locations
)
Public Function AddVertices (
locations As Point2dCollection
) As SurfaceOperationAddTinMultipleVertices
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