| Revit 2022 API |
| PointCollection..::..GetPointBufferPointer Method |
| PointCollection Class See Also |
Returns an unsafe pointer to the buffer in which this collection stores the points.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
| C# |
|---|
public IntPtr GetPointBufferPointer() |
| Visual Basic |
|---|
Public Function GetPointBufferPointer As IntPtr |
| Visual C++ |
|---|
public: IntPtr GetPointBufferPointer() |