Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / FUNC_ARTICLE_PROVISION_OF_THE_CABLE Property / FUNC_ARTICLE_PROVISION_OF_THE_CABLE(Int32) Property

In This Topic
    FUNC_ARTICLE_PROVISION_OF_THE_CABLE(Int32) Property
    In This Topic
    Provision of cable # 26233.
    Syntax
    public PropertyValue FUNC_ARTICLE_PROVISION_OF_THE_CABLE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_PROVISION_OF_THE_CABLE {
       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 who is responsible for the provision of the cable. The cable can be provided as a separate component or can already be included in the scope of delivery of a device or system.

    See Also