Share

PressurePartProperty.Value Property

Gets the value of property in Pressure Part Data.



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

Syntax

C#

public Object Value { get; }

VB

Public ReadOnly Property Value As Object
	Get

C++

public:
property Object^ Value {
	Object^ 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

Reference

Was this information helpful?