Click or drag to resize

IAlarmConfigurationManagerGetImagePaneSettings(AlarmData, AlarmImagePaneContentType) Method

Returns configuration settings for alarm image panes related to the type of the given alarm. Only the settings for alarm image panes of the desired content type are returned.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
IEnumerable<AlarmImagePaneSetting> GetImagePaneSettings(
	AlarmData alarmData,
	AlarmImagePaneContentType desiredContentType
)

Parameters

alarmData  AlarmData
The alarm whose alarm image pane settings should be returned.
desiredContentType  AlarmImagePaneContentType
Specifies the desired content type of the setting-objects to be returned.

Return Value

IEnumerableAlarmImagePaneSetting
An enumeration of AlarmImagePaneSetting objects; the enumeration is empty if no alarm image pane with the desired content type was configured for the type of the given alarm.
Remarks
This method returns only AlarmImagePaneSetting objects having the specified content type.
If desiredContentType equals Undefined then all AlarmImagePaneSetting objects for the type of the given alarm are returned, no matter what content-type they have.
See Also