ArcObjects Library Reference (DefenseSolutions)  

ILuminenSettings.EnableTiming Property

Toggles timing instrumentation and logging.

[Visual Basic .NET]
Public Property EnableTiming As Boolean
[C#]
public bool EnableTiming {get; set;}
[C++]
HRESULT get_EnableTiming(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_EnableTiming(
  VARIANT_BOOL pVal
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILuminenSettings Interface