Eplan Platform API
Eplan.EplApi.HEServices Namespace / Check Class / VerifyMDPartsDatabaseItems Method / VerifyMDPartsDatabaseItems(IEnumerable<MDPartsDatabaseItem>,String) Method
Parts collection.
Scheme to use for the check run.

In This Topic
    VerifyMDPartsDatabaseItems(IEnumerable<MDPartsDatabaseItem>,String) Method
    In This Topic
    Starts a check run for the given MDPartsDatabaseItems (MDParts).
    Syntax
    public void VerifyMDPartsDatabaseItems( 
       IEnumerable<MDPartsDatabaseItem> oItems,
       string strVerificationScheme
    )
    public:
    void VerifyMDPartsDatabaseItems( 
       IEnumerable<MDPartsDatabaseItem^>^ oItems,
       String^ strVerificationScheme
    ) 

    Parameters

    oItems
    Parts collection.
    strVerificationScheme
    Scheme to use for the check run.
    Exceptions
    ExceptionDescription
    An error occurred when used scheme name doesn't exist
    Throw if parameter is invalid.
    Remarks
    If the scheme name is empty, the last-used scheme will be used which is currently set in GUI.
    See Also