Share

Pipe.EntryLoss Property

Gets or sets the pipe entry loss. Thrown when newValue is less than 0.0.



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

Syntax

C#

public double EntryLoss { get; set; }

VB

Public Property EntryLoss As Double
	Get
	Set

C++

public:
property double EntryLoss {
	double get ();
	void set (double value);
}

Property Value

Double

See Also

Reference

Was this information helpful?