PressurePartPropertyHasValue Property

Gets whether the property has value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public bool HasValue { 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