ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.SetOwnerTimeThreshold Method

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 LPUNKNOWN timeThreshold [in]   timeThreshold is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneGraph Interface