Hide menu
Loading...
Searching...
No Matches
cadex.Drawing.Drawing.LayerIterator Class Reference

Iterator over layers of a drawing. More...

Inheritance diagram for cadex.Drawing.Drawing.LayerIterator:
cadex.BaseObject

Public Member Functions

 LayerIterator (global::System.IntPtr cPtr, bool cMemoryOwn)
 
System.Collections.Generic.IEnumerator< cadex.Drawing.LayerGetEnumerator ()
 
 LayerIterator (cadex.Drawing.Drawing theDrawing)
 Constructor.
 
bool HasNext ()
 Returns true if the iterator can be advanced with Next().
 
cadex.Drawing.Layer Next ()
 Returns the current sheet and advances the iterator.
 
- Public Member Functions inherited from cadex.BaseObject
 BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
bool IsNull ()
 
ulong Id ()
 Return unique identifier of public object.
 
bool IsEqual (cadex.BaseObject theObj)
 
override int GetHashCode ()
 
override bool Equals (System.Object o)
 

Protected Member Functions

override void Dispose (bool disposing)
 

Detailed Description

Iterator over layers of a drawing.

Has a Java-inspired interface and iteration logic.

Member Function Documentation

◆ Dispose()

override void cadex.Drawing.Drawing.LayerIterator.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.BaseObject.