Creates an iterator for checking errors in a database.
For internal use only.
Supported platforms: Windows only
Namespace: AcStMgr
Assembly: AcStMgr.tlb
VB.NET:
RetVal = object.NewErrorIterator(pDb, szPathName, pluginProgIdArray, stdNameArray, stdPathArray, stdDbArray)
C#:
RetVal = object.NewErrorIterator(pDb, szPathName, pluginProgIdArray, stdNameArray, stdPathArray, stdDbArray);
Type: AcStManager object
The object this method applies to.
Access: Input-only
Type: AcadDatabase object
The database containing the objects to check.
Access: Input-only
Type: String
The name and path to the drawing file that contains the database to check.
Access: Input-only
Type: Variant (Array of Strings)
The array of ProgIds that represent the plug-ins to validate the standards against in the database.
Access: Input-only
Type: Variant (Array of Strings)
The array of names for the drawing standards (DWS) files that contain the standards to check against.
Access: Input-only
Type: Variant (Array of Strings)
The array of paths for the drawing standards (DWS) files that contain the standards to check against.
Access: Input-only
Type: Variant (Array of AcadDatabase objects)
The array of databases that contain the standards to check against.
Type: AcStErrorIterator object
The new error iterator for stepping through the errors in the drawing database.
The iterator is created in the context of a set of plug-ins, DWS files, and a drawing to check, which are specified by the input parameters. This context is invariant over the lifetime of the iterator object.
The arrays passed as input parameters are single-dimension arrays of the same length. Individual entries in these arrays can be null.
Releases: AutoCAD 2004 and later
VB.NET:
Not available
C#:
Not available