ArcFM Engine Developer Guide
Update Method (IMMProposedObject)


IInvalidArea
Requests the core object to update the data it represents. If any associated GeoObject is found, the Work Management System (WMS) data is updated.
Syntax
'Declaration
 
Sub Update( _
   ByVal pInvalidArea As ESRI.ArcGIS.Geodatabase.IInvalidArea _
) 
'Usage
 
Dim instance As IMMProposedObject
Dim pInvalidArea As ESRI.ArcGIS.Geodatabase.IInvalidArea
 
instance.Update(pInvalidArea)
void Update( 
   ESRI.ArcGIS.Geodatabase.IInvalidArea pInvalidArea
)

Parameters

pInvalidArea
IInvalidArea
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

IMMProposedObject Interface
IMMProposedObject Members

 

 


Send Comment