Version

ShapefileConverter Class Methods

For a list of all members of this type, see ShapefileConverter members.

Public Methods
 NameDescription
Public MethodAddAdds a ShapefileRecord to the collection.  
Public MethodClearRemoves all ShapefileRecords from the collection.  
Public MethodContainsChecks whether or not the given item is present in the collection.  
Public MethodCopyToCopies the ShapefileRecords in the collection to the given array, starting at the specified index.  
Public MethodGetEnumeratorGets the System.Collections.IEnumerator for the collection.  
Public MethodIndexOfReturns the index of the given ShapefileRecord in the collection.  
Public MethodInsertInserts a ShapefileRecord into the collection at the specified index.  
Public MethodRemoveRemoves a ShapefileRecord from the collection.  
Public MethodRemoveAtRemoves the ShapefileRecord at the specified index.  
See Also