Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / CableDrawing Class / SaveAs Method
New name
In This Topic
    SaveAs Method (CableDrawing)
    In This Topic
    Save this as a new document.
    Syntax
    public CableDrawing SaveAs( 
       string name
    )

    Parameters

    name
    New name

    Return Value

    Old document.
    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

    This object will become a new document and the old document is returned as a return value.

    See Also