StructureBypassTarget Property |
Gets or sets the bypass target structure for this inlet structure.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic ObjectId BypassTarget { get; set; }Public Property BypassTarget As ObjectId
Get
Set
public:
property ObjectId BypassTarget {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when this structure is not an inlet type or not located on grade.
|
| ArgumentException |
Thrown when the target structure ObjectId is not a valid structure in the same network,
or when attempting to set this structure as its own bypass target.
|
Remarks
The bypass target specifies which downstream structure should receive overflow
when this inlet structure's capacity is exceeded. Only available for inlet structures
(GrateInlet, CurbInlet, CombinationInlet) located on grade.
Set to ObjectId.Null to indicate "Offsite" (no specific bypass target structure).
See Also