Eplan Platform API
Eplan.EplApi.DataModel Namespace / IArticleUser Interface / ArticleReferences Property

In This Topic
    ArticleReferences Property (IArticleUser)
    In This Topic
    Returns ArticleReferences that are referenced by IArticleUser.
    Syntax
    ArticleReference[] ArticleReferences {get;}
    property array<ArticleReference^>^ ArticleReferences {
       array<ArticleReference^>^ get();
    }

    Property Value

    ArticleReferences related with the IArticleUser.
    Exceptions
    ExceptionDescription
    Thrown when internal error occures. For more information check message od exception.
    See Also