| Revit 2022 API |
| PointIterator..::..CurrentObject Property |
| PointIterator Class See Also |
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public Object CurrentObject { get; } |
| Visual Basic |
|---|
Public ReadOnly Property CurrentObject As Object Get |
| Visual C++ |
|---|
public: virtual property Object^ CurrentObject { Object^ get () sealed; } |