ArcFM Solution Developer Guide
Invalidate(Rectangle,Boolean) Method


Syntax
'Declaration
 
Public Overloads Sub Invalidate( _
   ByVal rc As System.Drawing.Rectangle, _
   ByVal invalidateChildren As System.Boolean _
) 
'Usage
 
Dim instance As LocateAndRelateLocatorControl
Dim rc As System.Drawing.Rectangle
Dim invalidateChildren As System.Boolean
 
instance.Invalidate(rc, invalidateChildren)
public void Invalidate( 
   System.Drawing.Rectangle rc,
   System.bool invalidateChildren
)

Parameters

rc
invalidateChildren
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LocateAndRelateLocatorControl Class
LocateAndRelateLocatorControl Members
Overload List

 

 


Send Comment