API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_BUNDLE_GROUP Property / CONNECTION_BUNDLE_GROUP(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Specifies the bundle group to which the connection belongs.

    See Also