Share

PressurePipeNetwork.PipeRuns Property

Gets the PipeRun collection object for the PressurePipeNetwork.



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

Syntax

C#

public PressurePipeRunCollection PipeRuns { get; }

VB

Public ReadOnly Property PipeRuns As PressurePipeRunCollection
	Get

C++

public:
property PressurePipeRunCollection^ PipeRuns {
	PressurePipeRunCollection^ get ();
}

Property Value

PressurePipeRunCollection

See Also

Reference

Was this information helpful?