AlignmentEntityCollectionAddFixedLine(Int32, Double) Method

Creates an AlignmentLine entity defined by a previous entity ID and a distance value for the new line.

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

Parameters

previousEntityId  Int32
Previous entity identifier.
distance  Double
Distance of the line entity.

Return Value

AlignmentLine
Remarks
Use absolute values for distance, so it is valid when distance is negative.
See Also