SubassemblyTargetInfoUseSameSideTarget Property

Gets or sets whether to use targets on the same side as the subassembly.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public bool UseSameSideTarget { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException Thrown when:
  • The count of TargetIds is less than 2.
  • Other target types are not supported, except for Offset target type. Target type of OffsetPipe is also not supported.
Remarks
Default value of this property is true. (Note: this default value would be different from the default value on Civil 3D UI dialog). Only target type of Offset supports to set this property; meantime target type of OffsetPipe is not supported.
See Also