VectorGraphicEngineImportPointCloud Method |
Note: This API is now obsolete.
Imports the specified file.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax[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
IListVectorGraphicLayerList of VectorGraphicLayers.
See Also