Click or drag to resize

BaseMarkableExtrudedVectorGraphicImportVectorGraphic Method

Creates a new vector graphic by importing the specified file with the VectorGraphic importer.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public virtual string ImportVectorGraphic(
	ImportSettings settings
)

Parameters

settings  ImportSettings
The import settings.

Return Value

String
Warning containing problems occurring during the import.
See Also