Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / BaseLibraryPart Class / AlternativeParts Property
In This Topic
    AlternativeParts Property
    In This Topic
    List of alternative parts of this library part.
    Syntax
    public IList<AlternativePartInfo> AlternativeParts {get;}
    Exceptions
    ExceptionDescription
    Argument is null.
    Thrown when you try to add an unsupported alternative part (this library part or different type than this library part).
    Remarks

    Only library parts of the same type can be used as an alternative to this library part.

    The part itself cannot be used as an alternative.

    See Also