AlignmentEntityCollectionAddFloatingLineWithSpiral(Int32, EntityAttachType, Double, SpiralParamType, Point3d, SpiralType) Method

Adds an AlignmentSTS (ST or TS, Float Line with Spiral) entity constrained by a spiral parameter and pass-through point for the line.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentSTS AddFloatingLineWithSpiral(
	int attachEntityId,
	EntityAttachType attachType,
	double spParam,
	SpiralParamType spType,
	Point3d passThroughPoint,
	SpiralType spiralDefinition
)

Parameters

attachEntityId  Int32
Previous or next entity identifer.
attachType  EntityAttachType
Specifies whehther attachEntityId is the previous or next entity.
spParam  Double
Spiral parameter (length or A-value).
spType  SpiralParamType
Specifies the spParam parameter's type.
passThroughPoint  Point3d
Pass-through point of the arc entity.
spiralDefinition  SpiralType
Specifies the spiral definition type.

Return Value

AlignmentSTS
See Also