Share

SettingsCmdCreateAlignmentLayout.SettingsCmdCurveAndSpiralSettings Class

Settings of curve and spiral for the command CreateAlignmentLayout.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateAlignmentLayoutSettingsCmdCurveAndSpiralSettings


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

Syntax

C#

public sealed class SettingsCmdCurveAndSpiralSettings : TreeOidWrapper

VB

Public NotInheritable Class SettingsCmdCurveAndSpiralSettings
	Inherits TreeOidWrapper

C++

public ref class SettingsCmdCurveAndSpiralSettings sealed : public TreeOidWrapper

The SettingsCmdCreateAlignmentLayoutSettingsCmdCurveAndSpiralSettings type exposes the following members.

Properties

 NameDescription
Public propertyCurveRadiusForSCSGroup Specifies a radius value for the SCS group.
Public propertySpiralInAValue Specifies the length for the Spiral In.
Public propertySpiralInLength Specifies the length for the Spiral In.
Public propertySpiralOutAValue Specifies the A value for the Spiral Out.
Public propertySpiralOutLength Specifies the length for the Spiral Out.
Public propertySpiralType Specifies the spiral type.
Public propertyUseCurve Specifies whether your design includes a curve.
Public propertyUseSpiralIn Specifies whether your design includes a spiral either before a curve or before a Spiral Out.
Public propertyUseSpiralOut Specifies whether your design includes a Spiral Out.

See Also

Reference

Was this information helpful?