TargetCurveOption Property

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

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

Syntax

C#

public CorridorAlongOffsetTargetCurveOption TargetCurveOption { get; set; }

Visual Basic

Public Property TargetCurveOption As CorridorAlongOffsetTargetCurveOption
	Get
	Set

Visual C++

public:
property CorridorAlongOffsetTargetCurveOption TargetCurveOption {
	CorridorAlongOffsetTargetCurveOption get ();
	void set (CorridorAlongOffsetTargetCurveOption value);
}

Exceptions

ExceptionCondition
System.ArgumentException Thrown when setting to invalid value.

See Also