Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_GLOBAL_ASSET_ID Property / ARTICLE_GLOBAL_ASSET_ID Property

In This Topic
    ARTICLE_GLOBAL_ASSET_ID Property
    In This Topic
    Global Asset ID # 26674.
    Syntax
    public MDPropertyValue ARTICLE_GLOBAL_ASSET_ID {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_GLOBAL_ASSET_ID {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    In this property you can enter a Global Asset ID, for example a URL, that allows a unique connection to external systems. With this URL you can then, for example, retrieve the ECLASS data provided on an AAS server for a part. When copying a part, the values of this property are not copied as well.

    See Also