Invokes the referenced (by the specified delegate) method for each CAD entity
belonging to the given
CADGroup.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Example
| Copy Code |
---|
cadImage.Layouts[i].Iterate(cadImage.Converter, new CADEntityProc(SomeIterateMethod()), null);
|
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also