GetErrorCorrection

Gets an instance of an ErrorCorrection object based on the name of the error correction passed to the interface.
Syntax
MaterialSvr
.
GetErrorCorrection
(
sName
AS String,
UseCollection
AS Boolean) As ErrorCorrection
The
GetErrorCorrection
method syntax has these parts:
Part
Description
MaterialSvr
Instance of the MaterialSvr interface to which the method is directed.
sName
Name of the error correction being retrieved.
UseCollection
Boolean that, when set to TRUE, determines if a collection of error corrections exist. If so, the name is used to search the collection to get the error correction instance. If FALSE is specified, then the instance is retrieved directly from the material database. If a collection is loaded, this is the fastest search method.
Remarks
This interface provides you with the ability to get an instance of a particular error correction object by providing the error correction name.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal