Gets the reference pipe network for the catchment area
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| Visual Basic |
|---|
Public Property ReferencePipeNetworkId As ObjectId
Get
<ObsoleteAttribute("Catchment.ReferencePipeNetworkId is read-only.", _
True)> _
<DeprecatedVersionAttribute(CivilVersion.Civil2023)> _
Set |
| Visual C++ |
|---|
public:
property ObjectId ReferencePipeNetworkId {
ObjectId get ();
[ObsoleteAttribute(L"Catchment.ReferencePipeNetworkId is read-only.",
true)]
[DeprecatedVersionAttribute(CivilVersion::Civil2023)]
void set (ObjectId value);
} |
See Also