Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Document Class / IsOpenedAsReadOnly Property
In This Topic
    IsOpenedAsReadOnly Property
    In This Topic
    Is this document open as read only?
    Syntax
    public bool IsOpenedAsReadOnly {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

    You can use Open to open a document as read only.

    Some actions can be performed in read only mode, others can not.

    See Also