IsisSettingsQuerySupport Method |
Checks if the specified setting is supported.
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool QuerySupport(
IsisSetting setting
)
Public Function QuerySupport (
setting As IsisSetting
) As Boolean
Parameters
- setting
- Type: Atalasoft.IsisIsisSetting
Setting to check.
Return Value
Type:
Booleantrue if supported, otherwise false.
See Also