Share

Catchment.ReferencePipeNetworkId Property

Gets the reference pipe network for the catchment area.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public ObjectId ReferencePipeNetworkId { get;	[ObsoleteAttribute("Catchment.ReferencePipeNetworkId is read-only.", 
		true)]
	set;
 }

VB

Public Property ReferencePipeNetworkId As ObjectId
	Get
	<ObsoleteAttribute("Catchment.ReferencePipeNetworkId is read-only.", 
		true)>
	Set

C++

public:
property ObjectId ReferencePipeNetworkId {
	ObjectId get ();
	[ObsoleteAttribute(L"Catchment.ReferencePipeNetworkId is read-only.", 
		true)]
	void set (ObjectId value);
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?