Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Drawing2D Class / GetSources Method
In This Topic
    GetSources Method
    In This Topic
    Get derivation sources of this drawing.
    Syntax
    public IEnumerable<DerivationSource> GetSources()

    Return Value

    List of used derivation sources from which this drawing was derived.
    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.

    See Also