Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_LOGDEF_BRIDGECOUNT Property / FUNC_LOGDEF_BRIDGECOUNT(Int32) Property

In This Topic
    FUNC_LOGDEF_BRIDGECOUNT(Int32) Property
    In This Topic
    Connection point logic: Number of saddle jumpers allowed # 20325.
    Syntax
    public PropertyValue FUNC_LOGDEF_BRIDGECOUNT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_LOGDEF_BRIDGECOUNT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Property is indexed. Possible indexes are from 1 to 1000.

    Number of possible saddle jumpers for terminals. Using the index, you can differentiate between up to 100 settings.

    See Also