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


ISceneGraph.Invalidate 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.Invalidate Method
ArcGIS Developer Help

ISceneGraph.Invalidate Method

Invalidates acts representing an object.

[Visual Basic .NET]
Public Sub Invalidate ( _
    ByVal pObject As Object, _
    ByVal bInvalidateGeography As Boolean, _
    ByVal bInvalidateSelection As Boolean _
)
[C#]
public void Invalidate (
    object pObject,
    bool bInvalidateGeography,
    bool bInvalidateSelection
);
[C++]
HRESULT Invalidate(
  LPUNKNOWN pObject,
  VARIANT_BOOL bInvalidateGeography,
  VARIANT_BOOL bInvalidateSelection
);
[C++]
Parameters
pObject [in]

pObject is a parameter of type IUnknown bInvalidateGeography [in]
bInvalidateGeography is a parameter of type bool bInvalidateSelection [in]
bInvalidateSelection is a parameter of type bool

Product Availability

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

Remarks

The Invalidate method of the SceneGraph is used to ensure a full re-recording of the contents of the invalidated object, such as a viewer.

See Also

ISceneGraph Interface