EnergyStreamGetPropertyDescription Method

Returns a human-readable description for the specified property identifier.

Definition

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

Parameters

p  String
The property identifier string.

Return Value

String
A description string for the property.

See Also