AlignmentEntityCollectionAddFreeLine Method

Creates an AlignmentLine entity defined by two successive elements identified by ID.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentLine AddFreeLine(
	int previousEntityId,
	int nextEntityId
)

Parameters

previousEntityId  Int32
Previous entity identifier.
nextEntityId  Int32
Next entity identifier.

Return Value

AlignmentLine
See Also