ArcFM Engine Developer Guide
Insert Method (D8FeatureClass)


Syntax
'Declaration
 
Public Overridable Sub Insert( _
   ByVal pListItem As ID8ListItem, _
   ByVal position As Integer _
) 
'Usage
 
Dim instance As D8FeatureClass
Dim pListItem As ID8ListItem
Dim position As Integer
 
instance.Insert(pListItem, position)
public virtual void Insert( 
   ID8ListItem pListItem,
   int position
)

Parameters

pListItem
position
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

D8FeatureClass Class
D8FeatureClass Members

 

 


Send Comment