Iterator over sheets of a drawing. More...
Public Member Functions | |
| SheetIterator (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| System.Collections.Generic.IEnumerator< cadex.Drawing.Sheet > | GetEnumerator () |
| SheetIterator (cadex.Drawing.Drawing theDrawing) | |
| Constructor. | |
| bool | HasNext () |
| Returns true if the iterator can be advanced with Next(). | |
| cadex.Drawing.Sheet | 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 sheets of a drawing.
Has a Java-inspired interface and iteration logic.
|
inlineprotectedvirtual |
Reimplemented from cadex.BaseObject.