Gets whether the the pipe is a curved pipe in plan.

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

Syntax

C#
public bool IsCurve { get; }
Visual Basic
Public ReadOnly Property IsCurve As Boolean
	Get
Visual C++
public:
property bool IsCurve {
	bool get ();
}

See Also