MapObjectCollectionBase<T>.CreateMapObject(Int32) Method

Definition

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.

Applies to