Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / GetPart Method / GetPart(String,String) Method

In This Topic
    GetPart(String,String) Method
    In This Topic
    Gets the part with the given part number and variant
    Syntax
    public MDPart GetPart( 
       string partNr,
       string variant
    )
    public:
    MDPart^ GetPart( 
       String^ partNr,
       String^ variant
    ) 

    Parameters

    partNr
    variant
    Remarks
    Returns null, if there is no part with that part number and variant found in the database
    See Also