This document is archived and information here might be outdated. Recommended version. |
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
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.