Share

AlignmentEntityCollection.AddFreeSCSCS 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.280

Syntax

C#

public AlignmentSCSCS AddFreeSCSCS(
	int previousEntityId,
	int nextEntityId,
	SCSCSConstraints constraintValue,
	SpiralType spiralDefinition
)

VB

Public Function AddFreeSCSCS ( 
	previousEntityId As Integer,
	nextEntityId As Integer,
	constraintValue As SCSCSConstraints,
	spiralDefinition As SpiralType
) As AlignmentSCSCS

C++

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

Reference

Was this information helpful?