FilteredBlockIteratorNext Property
|
Property that represents the Object ID of the
next object, and increments this Iterator object.
Namespace: Teigha.DatabaseServices.Filters
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ObjectId Next { get; }
Public ReadOnly Property Next As ObjectId
Get
public:
property ObjectId Next {
ObjectId get ();
}
member Next : ObjectId with get
Property Value
ObjectId
See Also