CatchmentReferencePipeNetworkId Property |
Gets the reference pipe network for the catchment area.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId ReferencePipeNetworkId { get; [ObsoleteAttribute("Catchment.ReferencePipeNetworkId is read-only.",
true)]
set;
}
Public Property ReferencePipeNetworkId As ObjectId
Get
<ObsoleteAttribute("Catchment.ReferencePipeNetworkId is read-only.",
true)>
Set
public:
property ObjectId ReferencePipeNetworkId {
ObjectId get ();
[ObsoleteAttribute(L"Catchment.ReferencePipeNetworkId is read-only.",
true)]
void set (ObjectId value);
}
Property Value
ObjectId
See Also