ArcFM Server Developer Guide
RefreshGeometry Method (IMMGraphicExt)


Syntax
'Declaration
 
Sub RefreshGeometry( _
   ByVal pGeometry As IGeometry, _
   ByVal bDelete As Boolean, _
   ByVal pMap As IMap _
) 
'Usage
 
Dim instance As IMMGraphicExt
Dim pGeometry As IGeometry
Dim bDelete As Boolean
Dim pMap As IMap
 
instance.RefreshGeometry(pGeometry, bDelete, pMap)
void RefreshGeometry( 
   IGeometry pGeometry,
   bool bDelete,
   IMap pMap
)

Parameters

pGeometry
bDelete
pMap
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

IMMGraphicExt Interface
IMMGraphicExt Members

 

 


Send Comment