AddLine Method

Adds a line to the TinSurface object.

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

Syntax

C#

public SurfaceOperationAddLine AddLine(
	TinSurfaceVertex vertex1,
	TinSurfaceVertex vertex2
)

Visual Basic

Public Function AddLine ( _
	vertex1 As TinSurfaceVertex, _
	vertex2 As TinSurfaceVertex _
) As SurfaceOperationAddLine

Visual C++

public:
SurfaceOperationAddLine^ AddLine(
	TinSurfaceVertex^ vertex1, 
	TinSurfaceVertex^ vertex2
)

Parameters

vertex1
Type: Autodesk.Civil.DatabaseServices.TinSurfaceVertex
The end point of the line.
vertex2
Type: Autodesk.Civil.DatabaseServices.TinSurfaceVertex
The other end point of the line.

See Also