Invokes the referenced (by the specified delegate) method for each CAD entity
belonging to the specified CADLayout.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Assembly: CADImport (in CADImport.dll)
Public Sub Iterate( _
ByVal AConverter As CADConverter, _
ByVal convProc As CADEntityProc, _
ByVal Proc As CADEntityProc _
)
This language is not supported or no code example is available.
public void Iterate(
CADConverter AConverter,
CADEntityProc convProc,
CADEntityProc Proc
)
This language is not supported or no code example is available.
Parameters
- AConverter
-
Type: CADConverter
A CADConverter that has loaded the CADLayout.
- convProc
-
Type: CADEntityProc
- Proc
-
Type: CADEntityProc
A CADEntityProc delegate that specifies a method to be invoked.
Windows NT 4.0, Windows 98, Windows XP, Windows Server 2003, Windows Vista; Windows Server 2008 R2, Windows 7, WIndows10
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.