PointIterator.CurrentObject Property

PointIteratorCurrentObject Property


Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Object CurrentObject { get; }
Public ReadOnly Property CurrentObject As Object
	Get
public:
virtual property Object^ CurrentObject {
	Object^ get () sealed;
}
abstract CurrentObject : Object with get
override CurrentObject : Object with get

Property Value

Object

Implements

IEnumeratorCurrent
See Also