API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_CODELETTER Property / ARTICLE_CODELETTER(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Outputs the identifier for the item designations according to DIN standards (e.g. "M" for motors) which has been entered in parts management on the "Technical data" tab.

    See Also