API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList 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 MDPropertyValue ARTICLE_TYPENR( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_TYPENR {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ 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