API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_CONNECTIONCROSSSECTION Property / FUNC_CONNECTIONCROSSSECTION(Int32) Property

In This Topic
    FUNC_CONNECTIONCROSSSECTION(Int32) Property
    In This Topic
    Connection point cross-section # 20057. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CONNECTIONCROSSSECTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CONNECTIONCROSSSECTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    Remarks

    Connection point cross-section of a plug or terminal.

    See Also