CompressorGetPropertyDescription Method

Returns a human-readable description for the specified property name, used in the property grid.

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.

Return Value

String
A description string for the property.

See Also