Main Page
Modules
Classes
Files
PropertyDefinitionCollection
Add
Clear
Contains
Contains
CopyTo
get_Count
get_Item
get_RealTypeItem
GetEnumerator
IndexOf
IndexOf
Insert
PropertyDefinitionCollection
PropertyDefinitionCollection
ReleaseUnmanagedObject
Remove
RemoveAt
set_Item
set_RealTypeItem
System::Void PropertyDefinitionCollection::Insert
(
System::Int32
index
,
NAMESPACE_OSGEO_FDO_PROVIDERS_SHP_OVERRIDE::PropertyDefinition *
value
)
Inserts a
PropertyDefinition
object into the collection at the specified position.
Parameters:
index
Input the zero-based index at which value should be inserted.
value
Input the
PropertyDefinition
object to insert.