Iterator over layers of a drawing. More...
Public Member Functions | |
| LayerIterator (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| System.Collections.Generic.IEnumerator< cadex.Drawing.Layer > | GetEnumerator () |
| 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) |
Iterator over layers of a drawing.
Has a Java-inspired interface and iteration logic.
|
inlineprotectedvirtual |
Reimplemented from cadex.BaseObject.