Share

SubassemblyTargetInfo.UseSameSideTarget 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.280

Syntax

C#

public bool UseSameSideTarget { get; set; }

VB

Public Property UseSameSideTarget As Boolean
	Get
	Set

C++

public:
property bool UseSameSideTarget {
	bool get ();
	void set (bool value);
}

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

Reference

Was this information helpful?