ArcFM Engine Developer Guide
Draw(IGeometry,IMap) Method


Syntax
'Declaration
 
Public Overloads Overridable Function Draw( _
   ByVal pGeometry As ESRI.ArcGIS.Geometry.IGeometry, _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap _
) As Integer
'Usage
 
Dim instance As MMPolygonGraphicClass
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
Dim pMap As ESRI.ArcGIS.Carto.IMap
Dim value As Integer
 
value = instance.Draw(pGeometry, pMap)
public virtual 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

MMPolygonGraphicClass Class
MMPolygonGraphicClass Members
Overload List

 

 


Send Comment