Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / AlternativePartInfo Class / AlternativePartInfo Constructor
Alternative library part.
In This Topic
    AlternativePartInfo Constructor
    In This Topic
    Create new instance of alternative part.
    Syntax
    public AlternativePartInfo( 
       BaseLibraryPart part
    )

    Parameters

    part
    Alternative library part.
    Exceptions
    ExceptionDescription
    Argument is null.
    Thrown for offline library part.
    Remarks
    Use for adding new alternative part to the list of EPLAN.Harness.API.LibraryParts.BaseLibraryPart.AlternativeParts.
    See Also