SplitterGetPropertyDescription Method

Returns a human-readable description for a named splitter property, suitable for display in the property editor.

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. "Specification", "Split Ratio Stream 1").

Return Value

String
A descriptive string explaining the purpose and usage of the property.

See Also