ArcObjects Library Reference (DefenseSolutions)  

ILuminenSettings.LogFilePath Property

The full path of the file to which instrumentation output should be written.

[Visual Basic .NET]
Public Property LogFilePath As String
[C#]
public string LogFilePath {get; set;}
[C++]
HRESULT get_LogFilePath(
  BSTR* pVal
);
[C++]
HRESULT put_LogFilePath(
  BSTR pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type BSTR pVal [in]   pVal is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILuminenSettings Interface