Returns all available properties for the specified item.
Namespace:
CAS.Lib.DeviceSimulator
Assembly:
CommServer.DeviceSimulator (in CommServer.DeviceSimulator.dll)
ItemPropertyCollection GetAvailableProperties(
ushort itemIdx,
bool returnValues
)
Function GetAvailableProperties ( _
itemIdx As UShort, _
returnValues As Boolean _
) As ItemPropertyCollection
ItemPropertyCollection^ GetAvailableProperties(
unsigned short^ itemIdx,
bool^ returnValues
)
Parameters
- itemIdx
- Type: UInt16
The item idx.
- returnValues
- Type: Boolean
if set to true function is returning values of the properties.
Return Value