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

In This Topic
    ARTICLE_THREAD_SIZE Property
    In This Topic
    Thread dimension # 26108.
    Syntax
    public MDPropertyValue ARTICLE_THREAD_SIZE {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_THREAD_SIZE {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Specific dimensions of a thread that is used in a product. This typically includes the diameter and the pitch of the thread. Example: The thread dimension "M10 x 1.5" for a screw means that the screw has a metric thread with a diameter of 10 mm and a pitch of 1.5 mm.

    See Also