This documentation is for the old version. Go to the latest Graphics Mill docs

LayerTypeData Constructor

Creates and initializes an instance of the LayerTypeData class using the specified settings.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Sub New ( _
	type As String, _
	data As String _
)
C#
public LayerTypeData(
	string type,
	string data
)

Parameters

type

Type: System.String

Layer type.
data

Type: System.String

Layer data.

See Also

Reference