Gets or sets the value to specify the assembly insertion option along offset target curve.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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
Exception | Condition |
---|---|
System.ArgumentException | Thrown when setting to invalid value. |