Click or drag to resize

VectorGraphicEngineImportPointCloud Method

Note: This API is now obsolete.

Imports the specified file.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
[ObsoleteAttribute("Please use VectorGraphicImporter.ImportPointCloud instead.")]
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

IListVectorGraphicLayer
List of VectorGraphicLayers.
See Also