StructureBypassTarget Property

Gets or sets the bypass target structure for this inlet structure.

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

Property Value

ObjectId
Exceptions
ExceptionCondition
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