Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticleReference Class / ArticleReference Constructor / ArticleReference Constructor(String,String,UInt32)

In This Topic
    ArticleReference Constructor(String,String,UInt32)
    In This Topic
    Constructor used to create transient article reference object. That object can be passed as a parameter to ConnectionDefinitionPoint() function.
    Syntax
    public ArticleReference( 
       string strPartNr,
       string strVariant,
       uint nCount
    )
    public:
    ArticleReference( 
       String^ strPartNr,
       String^ strVariant,
       uint nCount
    )

    Parameters

    strPartNr
    strVariant
    nCount
    Exceptions
    ExceptionDescription
    Thrown when strPartNr is null.
    Thrown when strVariant is null.
    Thrown when nCount is less than 0.
    See Also