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

In This Topic
    FUNC_NETCONNECTING(Int32) Property
    In This Topic
    Net-connecting # 20217. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_NETCONNECTING( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_NETCONNECTING {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Shows whether a function is net-connecting.

    See Also