SubassemblyTargetInfoUseSameSideTarget Property |
Gets or sets whether to use targets on the same side as the subassembly.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool UseSameSideTarget { get; set; }
Public Property UseSameSideTarget As Boolean
Get
Set
public:
property bool UseSameSideTarget {
bool get ();
void set (bool value);
}
Property Value
Boolean
ExceptionsException | Condition |
---|
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