This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.SetOwnerTimeThreshold Method (ArcObjects .NET 10.5 SDK) |
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