API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / FUNC_FIXED_DEVICE Property / FUNC_FIXED_DEVICE(Int32) Property

In This Topic
    FUNC_FIXED_DEVICE(Int32) Property
    In This Topic
    Device protection # 20475. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_FIXED_DEVICE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_FIXED_DEVICE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    Specifies whether a device protection is assigned to the function, connection or planning object. The assigned parts cannot be changed at a device / planning object with device protection. All the properties that are assigned through the part (and the function templates stored at the part) are thus protected.

    See Also