ArcFM Engine Developer Guide
Update Method (IMMExtendedData)


Area of the screen to refresh.
Updates the display of the new object without refreshing the entire screen.
Syntax
'Declaration
 
Sub Update( _
   ByVal pInvalidArea As ESRI.ArcGIS.Geodatabase.IInvalidArea _
) 
'Usage
 
Dim instance As IMMExtendedData
Dim pInvalidArea As ESRI.ArcGIS.Geodatabase.IInvalidArea
 
instance.Update(pInvalidArea)
void Update( 
   ESRI.ArcGIS.Geodatabase.IInvalidArea pInvalidArea
)

Parameters

pInvalidArea
Area of the screen to refresh.
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

IMMExtendedData Interface
IMMExtendedData Members

 

 


Send Comment