Click or drag to resize

VectorGraphicImporterImport Method

Imports a vector graphic.

Namespace: RAYLASE.Marker.VectorGraphicElement.Importer
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public IList<VectorGraphicLayer> Import(
	ImportSettings settings,
	PenSet penSet,
	out string warning
)

Parameters

settings  ImportSettings
The settings for importing the file.
penSet  PenSet
Used pen set.
warning  String
Warning containing problems occurring during the import.

Return Value

IListVectorGraphicLayer

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Importer.VectorGraphicImporter.Import(RAYLASE.Marker.VectorGraphicElement.ImportSettings,RAYLASE.Marker.Common.PenSet,System.String@)"]

See Also