API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList 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 PropertyValue ARTICLE_BENDINGRADIUS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_BENDINGRADIUS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    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