ArcFM Engine Developer Guide
Draw Method (IMMGraphic2)


Syntax
'Declaration
 
Function Draw( _
   ByVal pGeometry As ESRI.ArcGIS.Geometry.IGeometry, _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap, _
   ByVal bRefreshGeomety As Boolean _
) As Integer
'Usage
 
Dim instance As IMMGraphic2
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
Dim pMap As ESRI.ArcGIS.Carto.IMap
Dim bRefreshGeomety As Boolean
Dim value As Integer
 
value = instance.Draw(pGeometry, pMap, bRefreshGeomety)
int Draw( 
   ESRI.ArcGIS.Geometry.IGeometry pGeometry,
   ESRI.ArcGIS.Carto.IMap pMap,
   bool bRefreshGeomety
)

Parameters

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

IMMGraphic2 Interface
IMMGraphic2 Members

 

 


Send Comment