TinSurfaceAddLine Method

Adds a line to the TinSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationAddLine AddLine(
	TinSurfaceVertex vertex1,
	TinSurfaceVertex vertex2
)

Parameters

vertex1  TinSurfaceVertex
The end point of the line.
vertex2  TinSurfaceVertex
The other end point of the line.

Return Value

SurfaceOperationAddLine
See Also