Returns the specified properties for the specified item.
Namespace:
CAS.Lib.DeviceSimulator
Assembly:
CommServer.DeviceSimulator (in CommServer.DeviceSimulator.dll)
ItemPropertyCollection GetAvailableProperties(
string itemID,
PropertyID[] propertyIDs,
bool returnValues
)
Function GetAvailableProperties ( _
itemID As String, _
propertyIDs As PropertyID(), _
returnValues As Boolean _
) As ItemPropertyCollection
ItemPropertyCollection^ GetAvailableProperties(
String^ itemID,
array<PropertyID^>^ propertyIDs,
bool^ returnValues
)
Parameters
- itemID
- Type: String
- propertyIDs
- Type: array<PropertyID>[]()[][]
- returnValues
- Type: Boolean