Adds a line to the TinSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationAddLine AddLine(
TinSurfaceVertex vertex1,
TinSurfaceVertex vertex2
)
Public Function AddLine (
vertex1 As TinSurfaceVertex,
vertex2 As TinSurfaceVertex
) As SurfaceOperationAddLine
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