API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_DEPENDEDALLCONNECTIONCROSSSECTIONS Property / FUNC_DEPENDEDALLCONNECTIONCROSSSECTIONS(Int32) Property

In This Topic
    FUNC_DEPENDEDALLCONNECTIONCROSSSECTIONS(Int32) Property
    In This Topic
    Connection point cross-section / diameter (all, depending on DT adoption) # 20297. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_DEPENDEDALLCONNECTIONCROSSSECTIONS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_DEPENDEDALLCONNECTIONCROSSSECTIONS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property contains all connection point cross-sections / diameters of a function where the individual connection point cross-sections / diameters are separated by "¶". In addition, other connection point cross-sections / diameters of functions are also listed that are located in the search direction for the DT transfer.

    See Also