Share

AppliedAssemblySetting.CorridorAlongCurvesOption Property

Gets or sets the value to specify the assembly insertion option along alignment curve.



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

Syntax

C#

public CorridorAlongCurveOption CorridorAlongCurvesOption { get; set; }

VB

Public Property CorridorAlongCurvesOption As CorridorAlongCurveOption
	Get
	Set

C++

public:
property CorridorAlongCurveOption CorridorAlongCurvesOption {
	CorridorAlongCurveOption get ();
	void set (CorridorAlongCurveOption value);
}

Property Value

CorridorAlongCurveOption

Exceptions

ExceptionCondition
ArgumentException Thrown when setting to invalid value.

See Also

Reference

Was this information helpful?