API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_CABLEWIRECROSSSECTION Property / ARTICLE_CABLEWIRECROSSSECTION(Int32) Property

In This Topic
    ARTICLE_CABLEWIRECROSSSECTION(Int32) Property
    In This Topic
    Connection: Cross-section / diameter # 22032. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_CABLEWIRECROSSSECTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_CABLEWIRECROSSSECTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. Connection cross-section / diameter of the cable connection of a cable. For pipes and hoses in fluid power and process engineering the property refers to the inner diameter. A corresponding property "External diameter" exists for the external diameter.

    See Also