Share

ConnectedAlignmentParams.SpiralDefinition Property

The spiral type.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public SpiralType SpiralDefinition { get; set; }

VB

Public Property SpiralDefinition As SpiralType
	Get
	Set

C++

public:
property SpiralType SpiralDefinition {
	SpiralType get ();
	void set (SpiralType value);
}

Property Value

SpiralType

See Also

Reference

Was this information helpful?