Table of Contents

TTMSFNCMapsPolylines.Insert Method

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

API unit family: TMSFNCMaps Declaring type: TTMSFNCMapsPolylines 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): TTMSFNCMapsPolyline;

Parameters

Name Description
Index Zero-based item index.

Returns

Created or resulting polyline instance.