API Help
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLE_UNIQUEID Property / ARTICLE_UNIQUEID(Int32) Property

In This Topic
    ARTICLE_UNIQUEID(Int32) Property
    In This Topic
    Unique part ID # 22060. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_UNIQUEID( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_UNIQUEID {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property (cannot be seen in the user interface above) uniquely identifies the part.

    See Also