Eplan Platform API
Eplan.EplApi.DataModel Namespace / Article Class / Article Constructor / Article Constructor(Project,String,String)
Project where the Function will be located in
this is the article number
this is the article Variant

In This Topic
    Article Constructor(Project,String,String)
    In This Topic
    Constructor. Creates a Article in Project with the specified strPartnr and strVariant.
    Syntax

    Parameters

    proj
    Project where the Function will be located in
    strPartnr
    this is the article number
    strVariant
    this is the article Variant
    Exceptions
    ExceptionDescription
    Thrown when proj is null.
    Thrown when strPartnr is null.
    Thrown when strVariant is null.
    Thrown when the function cannot be created.
    Thrown when strPartNr with strVariant already exists in the project.
    See Also