BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

IOPCDataAccess..::..GetAvailableProperties Method (array<PropertyID>[]()[][], Boolean)

Gets the available properties.

Namespace:  CAS.Lib.DeviceSimulator
Assembly:  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.

Return Value

Property collection accordingly to passed arguments