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

In This Topic
    FUNC_CABLEAUTONAMED(Int32) Property
    In This Topic
    Name automatically assigned # 20091. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLEAUTONAMED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLEAUTONAMED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Unnamed cable definitions, shields, and connection definition points are assigned to this property during automatic cable generation. Automatically assigned names are deleted and newly assigned in the next automatic run; manually assigned names are retained.

    See Also