Click or drag to resize

ISimulationObjectGetProperties Method

Get a list of all properties of the object.

Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.4.5.0
Syntax
string[] GetProperties(
	PropertyType proptype
)
Request Example View Source

Parameters

proptype  PropertyType
Type of the property.

Return Value

String
A list of property identifiers.
Remarks
More details at https://dwsim.org/wiki/index.php?title=Object_Property_Codes
See Also