ArcFM Engine Developer Guide
Insert Method (MMElementOperationClass)


Syntax
'Declaration
 
Public Overridable Sub Insert( _
   ByVal bstrName As 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 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( 
   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 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

MMElementOperationClass Class
MMElementOperationClass Members

 

 


Send Comment