OutletDetailConnectedObjectId Property |
Gets and sets the connected object id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic ObjectId ConnectedObjectId { get; set; }Public Property ConnectedObjectId As ObjectId
Get
Set
public:
property ObjectId ConnectedObjectId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| 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