IOPCDataAccess..::..GetAvailableProperties Method (array<String>[]()[][], array<PropertyID>[]()[][])
Gets the available properties.
Namespace:
CAS.Lib.DeviceSimulatorAssembly: CommServer.DeviceSimulator (in CommServer.DeviceSimulator.dll)
Syntax
ItemPropertyCollection[] GetAvailableProperties( string[] itemID, PropertyID[] propertyIDs )
Function GetAvailableProperties ( _ itemID As String(), _ propertyIDs As PropertyID() _ ) As ItemPropertyCollection()
array<ItemPropertyCollection^>^ GetAvailableProperties( array<String^>^ itemID, array<PropertyID^>^ propertyIDs )
Parameters
- itemID
- Type: array<String>[]()[][]
The item ID.
- propertyIDs
- Type: array<PropertyID>[]()[][]
The property identifiers.