PumpGetPropertyDescription Method

Returns a user-friendly description for a named pump property, used in property grids and tooltips.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override string GetPropertyDescription(
	string p
)

Parameters

p  String
The display name of the property (e.g. "Calculation Mode", "Pressure Increase").

Return Value

String
A descriptive string explaining the property and when it is required.

See Also