IAlarmConfigurationManagerGetImagePaneSettings(AlarmData) Method |  |
Returns configuration settings for alarm image panes (in the Operator Client) related to the type of the given alarm.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxIEnumerable<AlarmImagePaneSetting> GetImagePaneSettings(
AlarmData alarmData
)
Parameters
- alarmData AlarmData
- The alarm whose alarm image pane settings should be returned.
Return Value
IEnumerableAlarmImagePaneSettingAn enumeration of
AlarmImagePaneSetting objects; the enumeration is empty
if no alarm image pane is configured for the type of the given alarm.
See Also