ValveGetPropertyDescription Method

Returns a user-facing description for the specified property name, displayed in the property grid tooltip.

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 property display name (e.g., "Pressure Drop").

Return Value

String
A descriptive string explaining the property's purpose and usage.

See Also