PointIterator.Current Property

PointIteratorCurrent Property


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

Property Value

CloudPoint

Implements

IEnumeratorTCurrent
See Also