OutletDetailConnectedObjectId Property

Gets and sets the connected object id.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public ObjectId ConnectedObjectId { get; set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when setting to a value that is neither ObjectId.Null nor an ObjectId of Autodesk.Civil.DatabaseServices.Entity.
Remarks
When applying the OutletDetail to a StormWaterControl, an exception is thrown if the ConnectedObjectId is neither ObjectId.Null nor one of its outflow parts.
See Also