Gets or sets the value to specify the assembly insertion frequency along the spiral portion of an alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public double FrequencyAlongSpirals { get; set; }
Visual Basic
Public Property FrequencyAlongSpirals As Double
Get
Set
Visual C++
public: property double FrequencyAlongSpirals { double get (); void set (double value); }
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when setting to invalid value. |