PressurePartPropertyValue Property

Gets the value of property in Pressure Part Data.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public Object Value { get; }

Property Value

Object
Remarks
The type of Value can be string, int, bool,or double. It will return null if PressurePartProperty.HasValue returns false;
See Also