Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Report Class / IsValid Property
In This Topic
    IsValid Property (Report)
    In This Topic
    Tells you whether this object is valid or not.
    Syntax
    public override bool IsValid {get;}
    Exceptions
    ExceptionDescription
    The object is in invalid state. Obtain a new one.

    Internal error of HpD or HpD API.

    IMPORTANT: Throwing this exception changes HpD Api's state to Failed.

    Remarks
    Some methods may cause some objects to be invalid. This will always be noted in the documentation. When an object is invalid, you can obtain a new one the same way you obtained the old one.
    See Also