AlignmentEntityCollectionAddFreeSCSCS Method

Creates an AlignmentSCSCS (Spiral-Curve-Spiral-Curve-Spiral group) subentity defined by a previous element, a next element, an AeccGeSCSCSConstraints and a spiral definition type .

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentSCSCS AddFreeSCSCS(
	int previousEntityId,
	int nextEntityId,
	SCSCSConstraints constraintValue,
	SpiralType spiralDefinition
)

Parameters

previousEntityId  Int32
Previous entity identifier.
nextEntityId  Int32
Next entity identifier.
constraintValue  SCSCSConstraints
Specifies the entity constraint value.
spiralDefinition  SpiralType
Specifies the spiral definition type.

Return Value

AlignmentSCSCS
See Also