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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentLine AddFixedLine(
int previousEntityId,
double distance
)
Public Function AddFixedLine (
previousEntityId As Integer,
distance As Double
) As AlignmentLine
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