ISimulationObjectGetProperties Method |
Get a list of all properties of the object.
Namespace: DWSIM.InterfacesAssembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax string[] GetProperties(
PropertyType proptype
)
Function GetProperties (
proptype As PropertyType
) As String()
Request Example
View SourceParameters
- proptype PropertyType
- Type of the property.
Return Value
StringA list of property identifiers.
Remarks More details at https://dwsim.org/wiki/index.php?title=Object_Property_Codes
See Also