Harness proD API Help
EPLAN.Harness.API.LibraryParts.Interfaces Namespace / ILib2DElement Interface / AttachedDocumentsAndLinks Property
In This Topic
    AttachedDocumentsAndLinks Property (ILib2DElement)
    In This Topic
    Attached documents and links of this part.
    Syntax
    IList<AttachedDocumentInfo> AttachedDocumentsAndLinks {get;}
    Exceptions
    ExceptionDescription
    Argument is null.
    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    Remarks
    This is not a simple property. Getting this property may take more time.
    See Also