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.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxIEnumerable<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
IEnumerableAlarmImagePaneSettingAn 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
See Also