Table of Contents

TTMSFNCMapsCustomPolygons.Insert Method

Creates and returns a new collection item at the specified index.

API unit family: TMSFNCMaps Declaring type: TTMSFNCMapsCustomPolygons Inherited from: TTMSFNCMapsPolyElements

Overloads

Overload 1

Creates and returns a new collection item at the specified index.

function Insert(Index: Integer): TTMSFNCMapsPolyElement;

Parameters

Name Description
Index Zero-based item index.

Returns

Value returned by the function.

Overload 2

Creates and returns a new collection item at the specified index.

function Insert(Index: Integer): TTMSFNCMapsCustomPolygon;

Parameters

Name Description
Index Zero-based item index.

Returns

Value returned by the function.