API Help
Eplan.EplApi.EServices Namespace / PartVerification Class / VerificationState Property

In This Topic
    VerificationState Property (PartVerification)
    In This Topic
    The VerificationState determines the actual adjusted check type whereas the permission determines what state is theoretically allowed at most.
    Syntax
    public IVerificationBase.VerificationState VerificationState {get; set;}
    Remarks
    The state must comply to the permission: only weaker states can be set dynamically. The state is normally set from scheme settings (by the scheme dialog, for instance). supported state values for part verifications are: 0=NoExecutionState: The verification will be not executed in the next offline check run (certainly not in online mode). 1=OfflineOnlyState: The verification will be executed in an offline check run but not online.
    See Also