Click or drag to resize

VectorGraphicImporter.ImportPointCloud Method

Imports the specified file.

Namespace: RAYLASE.Marker.VectorGraphicElement.Importer
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public IList<VectorGraphicLayer> ImportPointCloud(
	ImportSettings settings,
	PenSet penSet
)

Parameters

settings  ImportSettings
Settings for import.
penSet  PenSet
The pen set to which pens will be added.

Return Value

IList<VectorGraphicLayer>
List of VectorGraphicLayers.
See Also