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

In This Topic
    ARTICLE_BUNDLE_MAXDIAMETER(Int32) Property
    In This Topic
    Maximum bundle diameter # 22259. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_BUNDLE_MAXDIAMETER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_BUNDLE_MAXDIAMETER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    The maximum bundle diameter indicates the maximum diameter of a bundle of connections that must be met in order to bundle it with this part (e.g., a cable tie or spiral coiled tube).

    See Also