バージョン

Insert メソッド (ShapefileConverter)

指定したインデックスのコレクションに ShapefileRecord を挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As ShapefileRecord _
) 
public void Insert( 
   int index,
   ShapefileRecord item
)

パラメータ

index
ShapefileRecord を挿入するインデックス。
item
挿入する ShapefileRecord。
参照