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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    See Also