ArcObjects Library Reference (3DAnalyst)  

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 LPUNKNOWN bInvalidateGeography [in]   bInvalidateGeography is a parameter of type VARIANT_BOOL bInvalidateSelection [in]   bInvalidateSelection is a parameter of type VARIANT_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