ArcFM Engine Developer Guide
Draw Method (IMMGraphic)


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

Parameters

pGeometry
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

IMMGraphic Interface
IMMGraphic Members

 

 


Send Comment