Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_CABLE_DESIGNATION Property / FUNC_CABLE_DESIGNATION Property

In This Topic
    FUNC_CABLE_DESIGNATION Property
    In This Topic
    Cable / Conduit: Designation in graphic # 20067.
    Syntax
    public PropertyValue FUNC_CABLE_DESIGNATION {get; set;}
    public:
    property PropertyValue^ FUNC_CABLE_DESIGNATION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    This field is provided for the entry of text to be later displayed next to the cable or conduit in the schematic, e.g., "OELFLEX-SERVO-FD 4G1.5+2x(2x0.75StD) CP". The multi-line entry is limited to 100 characters.

    See Also