API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_BENDINGRADIUS Property / ARTICLE_BENDINGRADIUS(Int32) Property

In This Topic
    ARTICLE_BENDINGRADIUS(Int32) Property
    In This Topic
    Min. bending radius # 22063. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_BENDINGRADIUS( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_BENDINGRADIUS {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    Remarks

    Property of a part variant. Minimum bending radius of the cable, e.g. "5 x external diameter". Entry is limited to 40 characters.

    See Also