This document is archived and information here might be outdated. Recommended version. |
Sets the time threshold to use lowest level of detail in layers when navigating.
[Visual Basic .NET]
Public Sub SetOwnerTimeThreshold ( _
ByVal pObject As Object, _
ByVal timeThreshold As Double _
)
[C#]
public void SetOwnerTimeThreshold (
object pObject,
double timeThreshold
);
[C++]
HRESULT SetOwnerTimeThreshold(
LPUNKNOWN pObject,
double timeThreshold
);
[C++] Parameters pObject [in]
pObject is a parameter of type IUnknown timeThreshold [in]
timeThreshold is a parameter of type double