This document is archived and information here might be outdated.  Recommended version.


ISceneGraph.SetOwnerTimeThreshold Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.SetOwnerTimeThreshold Method
ArcGIS Developer Help

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 IUnknown 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