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.8.0.292
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. Only target type of Offset supports to set this property; meantime target type of OffsetPipe is not supported.
See Also