IAccessFilterInitialise Method |
Initialises the filter. Changes to the
Access object after this call have
no effect on the operation of the filter. Multiple calls are permitted.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Initialise(
Access access
)
Sub Initialise (
access As Access
)
void Initialise(
Access^ access
)
abstract Initialise :
access : Access -> unit
Parameters
- access
- Type: VirtualRadar.Interface.SettingsAccess
See Also