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

In This Topic
    ARTICLE_TYPENR(Int32) Property
    In This Topic
    Type number # 22002. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_TYPENR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_TYPENR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Outputs the type number of the part entered in parts management on the "General" tab.

    See Also