Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_CABLE_PREFABRICATED Property / FUNC_CABLE_PREFABRICATED Property

In This Topic
    FUNC_CABLE_PREFABRICATED Property
    In This Topic
    Use connected devices as source and target # 20621.
    Syntax
    public PropertyValue FUNC_CABLE_PREFABRICATED {get; set;}
    public:
    property PropertyValue^ FUNC_CABLE_PREFABRICATED {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is activated, pins are skipped when determining the source and target of the cable or shield and instead the devices connected to the cable / shield are displayed as the source and target. This property only affects the display in the editing dialogs for cables, terminals, and plugs and the display in the reports. The cables and connections themselves are not changed. If the property is deactivated, the pins are output as the source and target of the cable or shield.

    See Also