ArcFM Engine Developer Guide
RefreshGeometry Method (IMMGraphicExt)


Syntax
'Declaration
 
Sub RefreshGeometry( _
   ByVal pGeometry As ESRI.ArcGIS.Geometry.IGeometry, _
   ByVal bDelete As Boolean, _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap _
) 
'Usage
 
Dim instance As IMMGraphicExt
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
Dim bDelete As Boolean
Dim pMap As ESRI.ArcGIS.Carto.IMap
 
instance.RefreshGeometry(pGeometry, bDelete, pMap)
void RefreshGeometry( 
   ESRI.ArcGIS.Geometry.IGeometry pGeometry,
   bool bDelete,
   ESRI.ArcGIS.Carto.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