TinSurfaceAddVertex(Point2d) Method |
Adds a vertex to the TinSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationAddTinVertex AddVertex(
Point2d location
)
Public Function AddVertex (
location As Point2d
) As SurfaceOperationAddTinVertex
public:
SurfaceOperationAddTinVertex^ AddVertex(
Point2d location
)
Parameters
- location Point2d
- The location where the vertex will be added.
Return Value
SurfaceOperationAddTinVertex
Remarks
This overload method takes a point2d as parameter.
If the location is on the surface, the elevation of the vertex to be added will be automatically calculated according to the current triangle.
If the location is not on the surface, the elevation will be set as 0.0 by default.
See Also