Invokes a method referenced by the specified delegate for each loaded entity.

Namespace: CADImport
Assembly: CADImport (in CADImport.dll)

Public Sub Iterate( _ 
ByVal convProc As CADEntityProc, _ 
ByVal finishProc As CADEntityProc, _ 
ByVal Params As CADIterate
)
This language is not supported or no code example is available.
public void Iterate( 
CADEntityProc convProc
CADEntityProc finishProc
CADIterate Params 
)
This language is not supported or no code example is available.

Parameters

convProc

Type: CADEntityProc

A CADEntityProc delegate that specifies a method to be invoked.

finishProc

Type: CADEntityProc

A CADEntityProc delegate that specifies a method to be finished

Params

Type: CADIterate

A CADIterate object that provides parameters used for setting the CADConverter before invoking the specified method for each loaded entity.

This method invokes the referenced (by the delegate) method for each existing entity including block references (inserts) of any nesting level. In other words, this method converts CAD tree structure to a linear sequence of entities. It is a basis for different operations such as drawing or importing the CAD files. Before invoking a referenced procedure it is necessary to set the matrix. This matrix changes automatically on entering a block reference and restores when exiting from it. An additional is a user defined parameter. All other CADIterate fields are initialized by the Iterate method.

Windows NT 4.0, Windows 98, Windows XP, Windows Server 2003, Windows Vista; Windows Server 2008 R2, Windows 7, Windows 10

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0 - 4

.NET Framework Client Profile

Supported in: 4, 3.5 SP1