Revit 2025.3 API
Point |
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: 25.3.0.0 (25.3.0.0)
Syntax
public IntPtr GetPointBufferPointer()
Public Function GetPointBufferPointer As IntPtr
public: IntPtr GetPointBufferPointer()
member GetPointBufferPointer : unit -> IntPtr
Return Value
IntPtrThe pointer to the collection's storage.
See Also