MapObjectCollectionBase<T>.CreateMapObject(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a map object based on the item with the specified index in the collection.
protected:
abstract T CreateMapObject(int index);
protected abstract T CreateMapObject (int index);
abstract member CreateMapObject : int -> 'T
Protected MustOverride Function CreateMapObject (index As Integer) As T
Parameters
- index
- Int32
The index of the map object in the collection.
Returns
T
The newly created map object of type T
.