VectorGraphicImporterImport Method |
Imports a vector graphic.
Namespace: RAYLASE.Marker.VectorGraphicElement.ImporterAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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