API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_LOGDEF_DESTINATIONCOUNT Property / FUNC_LOGDEF_DESTINATIONCOUNT Property

In This Topic
    FUNC_LOGDEF_DESTINATIONCOUNT Property
    In This Topic
    Connection point logic: Number of targets allowed # 20324.
    Syntax
    public PropertyValue FUNC_LOGDEF_DESTINATIONCOUNT {get; set;}
    public:
    property PropertyValue^ FUNC_LOGDEF_DESTINATIONCOUNT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

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

    The number of possible targets / connections that the connection point may have. Using the index, you can differentiate between up to 100 settings.

    See Also