API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_CABLE_DESIGNATION Property / FUNC_CABLE_DESIGNATION(Int32) Property

In This Topic
    FUNC_CABLE_DESIGNATION(Int32) Property
    In This Topic
    Cable / Conduit: Designation in graphic # 20067. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLE_DESIGNATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLE_DESIGNATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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