Write-only
About Interface Control

ConfigurationFile Property


Description

Recalls an Interface Control file from the hard drive into the analyzer.

 VB Syntax

IntControl.ConfigurationFile = filename

Variable

(Type) - Description

IntControl

An InterfaceControl (object)

filename

(string) - Full path, file name, and extension (.xml) of the file to recall.

Files are typically stored in "c:\users\public\network analyzer\documents"

Return Type

Not Applicable

Default

Not Applicable

Examples

IntControl.ConfigurationFile = "c:\users\public\network analyzer\documents\MySettings.xml"

C++ Syntax

HRESULT put_ConfigurationFile(BSTR bstrFile)

Interface

IInterfaceControl