ArcFM Responder Mobile Developer Guide
Insert Method (MMElementOperationClass)






Syntax
'Declaration
 
Public Overridable Sub Insert( _
   ByVal bstrName As System.String, _
   ByVal pElement As ESRI.ArcGIS.Carto.IElement, _
   ByVal pMxDoc As ESRI.ArcGIS.ArcMapUI.IMxDocument, _
   ByVal pGeometry As ESRI.ArcGIS.Geometry.IGeometry _
) 
'Usage
 
Dim instance As MMElementOperationClass
Dim bstrName As System.String
Dim pElement As ESRI.ArcGIS.Carto.IElement
Dim pMxDoc As ESRI.ArcGIS.ArcMapUI.IMxDocument
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
 
instance.Insert(bstrName, pElement, pMxDoc, pGeometry)
public virtual void Insert( 
   System.string bstrName,
   ESRI.ArcGIS.Carto.IElement pElement,
   ESRI.ArcGIS.ArcMapUI.IMxDocument pMxDoc,
   ESRI.ArcGIS.Geometry.IGeometry pGeometry
)
public procedure Insert( 
    bstrName: System.String;
    pElement: ESRI.ArcGIS.Carto.IElement;
    pMxDoc: ESRI.ArcGIS.ArcMapUI.IMxDocument;
    pGeometry: ESRI.ArcGIS.Geometry.IGeometry
); virtual; 
public function Insert( 
   bstrName : System.String,
   pElement : ESRI.ArcGIS.Carto.IElement,
   pMxDoc : ESRI.ArcGIS.ArcMapUI.IMxDocument,
   pGeometry : ESRI.ArcGIS.Geometry.IGeometry
);
public: virtual void Insert( 
   System.string* bstrName,
   ESRI.ArcGIS.Carto.IElement* pElement,
   ESRI.ArcGIS.ArcMapUI.IMxDocument* pMxDoc,
   ESRI.ArcGIS.Geometry.IGeometry* pGeometry
) 
public:
virtual void Insert( 
   System.String^ bstrName,
   ESRI.ArcGIS.Carto.IElement^ pElement,
   ESRI.ArcGIS.ArcMapUI.IMxDocument^ pMxDoc,
   ESRI.ArcGIS.Geometry.IGeometry^ pGeometry
) 

Parameters

bstrName
pElement
pMxDoc
pGeometry
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

MMElementOperationClass Class
MMElementOperationClass Members

Send Feedback