Implement this method to construct the IPointCloudAccess interface for the point cloud designated by
the identifier. This method is called once during the creation of a PointCloudType.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Syntax
Visual Basic |
---|
Function CreatePointCloudAccess ( _
identifier As String _
) As IPointCloudAccess |
Parameters
- identifier
- Type: System..::..String
An identifier unique to the point cloud. This will be a file name if the
engine was registered as file-based, or an arbitrary identifier if the engine is not file-based.
Return Value
The object that can be used to create iterators and interrogate the
point cloud for its features.
Remarks
See Also