ArcFM Engine Developer Guide
Draw(IGeometry,IMap,Boolean) Method


Syntax
'Declaration
 
Public Overloads Overridable 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 MMPolygonGraphicClass
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)
public virtual 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

MMPolygonGraphicClass Class
MMPolygonGraphicClass Members
Overload List

 

 


Send Comment