Share

PressurePipe.IsVerticalCurve Property

Gets whether the pipe is a curved pipe in vertical.



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

Syntax

C#

public bool IsVerticalCurve { get; }

VB

Public ReadOnly Property IsVerticalCurve As Boolean
	Get

C++

public:
property bool IsVerticalCurve {
	bool get ();
}

Property Value

Boolean

See Also

Reference

Was this information helpful?