Adds a line to the TinSurface object.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceOperationAddLine AddLine( TinSurfaceVertex vertex1, TinSurfaceVertex vertex2 )
VB
Public Function AddLine ( vertex1 As TinSurfaceVertex, vertex2 As TinSurfaceVertex ) As SurfaceOperationAddLine
C++
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.