Share

AlignmentEntityCollection.AddFreeSCSSCS Method

Creates an AlignmentSCSSCS (Spiral-Curve-Spiral-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.7.0.1276

Syntax

C#

public AlignmentSCSSCS AddFreeSCSSCS(
	int previousEntityId,
	int nextEntityId,
	SCSSCSConstraints constraintValue,
	SpiralType spiralDefinition
)

VB

Public Function AddFreeSCSSCS ( 
	previousEntityId As Integer,
	nextEntityId As Integer,
	constraintValue As SCSSCSConstraints,
	spiralDefinition As SpiralType
) As AlignmentSCSSCS

C++

public:
AlignmentSCSSCS^ AddFreeSCSSCS(
	int previousEntityId, 
	int nextEntityId, 
	SCSSCSConstraints^ constraintValue, 
	SpiralType spiralDefinition
)

Parameters

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

Return Value

AlignmentSCSSCS

See Also

Reference

Was this information helpful?