Iterator over sheets of a drawing.
More...
|
|
| 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.
|
| |
|
| 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) |
| |
|
| override void | Dispose (bool disposing) |
| |
Iterator over sheets of a drawing.
Has a Java-inspired interface and iteration logic.
- Examples
- exploring/drawings/main.cxx.
◆ SheetIterator()
◆ Dispose()
| override void cadex.Drawing.Drawing.SheetIterator.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ HasNext()
| bool cadex.Drawing.Drawing.SheetIterator.HasNext |
( |
| ) |
|
|
inline |
Returns true if the iterator can be advanced with Next().
◆ Next()
Returns the current sheet and advances the iterator.