DeflectionUnit Property

Gets the units of the deflection of the network part connection.

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

Syntax

C#

public string DeflectionUnit { get; }

Visual Basic

Public ReadOnly Property DeflectionUnit As String
	Get

Visual C++

public:
property String^ DeflectionUnit {
	String^ get ();
}

See Also