Share

Alignment.UseDesignSpeed Property

Gets or sets a bool value that indicates whether this Alignment uses degign speed.



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

Syntax

C#

public bool UseDesignSpeed { get; set; }

VB

Public Property UseDesignSpeed As Boolean
	Get
	Set

C++

public:
property bool UseDesignSpeed {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

Example

1// make alignment design speed-based:
2myAlignment.UseDesignSpeed = true;

See Also

Reference

Was this information helpful?