Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / FUNC_ARTICLE_PLUG_CONNECTOR_CONNECTION_1 Property / FUNC_ARTICLE_PLUG_CONNECTOR_CONNECTION_1(Int32) Property

In This Topic
    FUNC_ARTICLE_PLUG_CONNECTOR_CONNECTION_1(Int32) Property
    In This Topic
    Plug-in connector (connection 1) # 26576.
    Syntax
    public PropertyValue FUNC_ARTICLE_PLUG_CONNECTOR_CONNECTION_1( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_PLUG_CONNECTOR_CONNECTION_1 {
       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.

    Specific details and properties of the plug-in connector at connection point 1, for example at a patch cable (prefabricated cable that is provided with plugs at both ends). Possible specifications are, for example, the type of plug connector, the material, etc.

    See Also