You are here: Start » AVL.NET » View2DBoxPrimitive.SetCoordinateSystemArray Method

View2DBoxPrimitive.SetCoordinateSystemArray Method

Sets an array of coordinate system transformations for this data item.

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Syntax

public void SetCoordinateSystemArray
(
	IList<AvlNet.CoordinateSystem2D> coords
)

Parameters

Name Type Range Default Description
coordsSystem.Collections.Generic.IList<AvlNet.CoordinateSystem2D>

See also