Gets whether the property has value.

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

Syntax

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

Remarks

Pressure Part Data can have Property that value is not set yet. Check this property before using PressurePartProperty.Value.

See Also