IOPCDataAccess..::..GetAvailableProperties Method (array<PropertyID>[]()[][], Boolean)
Gets the available properties.
Namespace:
CAS.Lib.DeviceSimulatorAssembly: CommServer.DeviceSimulator (in CommServer.DeviceSimulator.dll)
Syntax
ItemPropertyCollection[] GetAvailableProperties( PropertyID[] propertyIDs, bool returnValues )
Function GetAvailableProperties ( _ propertyIDs As PropertyID(), _ returnValues As Boolean _ ) As ItemPropertyCollection()
array<ItemPropertyCollection^>^ GetAvailableProperties( array<PropertyID^>^ propertyIDs, bool^ returnValues )
Parameters
- propertyIDs
- Type: array<PropertyID>[]()[][]
The property identifiers.
- returnValues
- Type: Boolean
if set to true values are returned.