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