Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_ALLCONNECTIONCROSSSECTIONS Property / FUNC_ALLCONNECTIONCROSSSECTIONS Property

In This Topic
    FUNC_ALLCONNECTIONCROSSSECTIONS Property
    In This Topic
    Connection point cross-section / diameter (all) # 20296.
    Syntax
    public PropertyValue FUNC_ALLCONNECTIONCROSSSECTIONS {get; set;}
    public:
    property PropertyValue^ FUNC_ALLCONNECTIONCROSSSECTIONS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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 semicolons ";".

    When setting the property an exception is thrown, if no value of the semicolon separated string is saved. This means the object has connection points (Pins) or the string is empty.

    See Also