Click or drag to resize

StreetLinkCollectionCopyTo Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Copies the contents of this collection to an array.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray
The array to copy into.
index
Type: SystemInt32
The offset to begin copying to.

Implements

ICollectionCopyTo(Array, Int32)
See Also