Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_ARTICLE_CABLE_ENTRY_INTO_THE_DEVICE Property / FUNC_ARTICLE_CABLE_ENTRY_INTO_THE_DEVICE(Int32) Property

In This Topic
    FUNC_ARTICLE_CABLE_ENTRY_INTO_THE_DEVICE(Int32) Property
    In This Topic
    Cable entry into device # 26396.
    Syntax
    public PropertyValue FUNC_ARTICLE_CABLE_ENTRY_INTO_THE_DEVICE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_CABLE_ENTRY_INTO_THE_DEVICE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

    Property is indexed. Possible indexes are from 1 to 50.

    Specifies the way in which a cable is inserted and fastened into the device, for example by means of a screw connection.

    See Also