Gets the end connected object id of the Pipe. Normally, the connected object can be a Structure or a StormWater Control.
If no connected object, returns ObjectId::Null.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic ObjectId EndObjectId { get; }Public ReadOnly Property EndObjectId As ObjectId
Get
public:
property ObjectId EndObjectId {
ObjectId get ();
}Property Value
ObjectId
See Also