VectorGraphicImporter.ImportPointCloud Method |
Imports the specified file.
Namespace: RAYLASE.Marker.VectorGraphicElement.ImporterAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntaxpublic 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