ArcFM Responder Mobile Developer Guide
GetGraphic Method (IMMGraphicExt)






Syntax
'Declaration
 
Function GetGraphic( _
   ByVal lGraphicCookie As System.Integer _
) As ESRI.ArcGIS.Geometry.IGeometry
'Usage
 
Dim instance As IMMGraphicExt
Dim lGraphicCookie As System.Integer
Dim value As ESRI.ArcGIS.Geometry.IGeometry
 
value = instance.GetGraphic(lGraphicCookie)
ESRI.ArcGIS.Geometry.IGeometry GetGraphic( 
   System.int lGraphicCookie
)
function GetGraphic( 
    lGraphicCookie: System.Integer
): ESRI.ArcGIS.Geometry.IGeometry; 
function GetGraphic( 
   lGraphicCookie : System.int
) : ESRI.ArcGIS.Geometry.IGeometry;
ESRI.ArcGIS.Geometry.IGeometry* GetGraphic( 
   System.int lGraphicCookie
) 
ESRI.ArcGIS.Geometry.IGeometry^ GetGraphic( 
   System.int lGraphicCookie
) 

Parameters

lGraphicCookie
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMGraphicExt Interface
IMMGraphicExt Members

Send Feedback