Share

PressurePartProperty.HasValue Property

Gets whether the property has value.



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

Syntax

C#

public bool HasValue { get; }

VB

Public ReadOnly Property HasValue As Boolean
	Get

C++

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

Property Value

Boolean

Remarks

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

See Also

Reference

Was this information helpful?