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

In This Topic
    ARTICLE_CONNECTIONCROSSSECTION(Int32) Property
    In This Topic
    Connection point cross-section # 22036. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_CONNECTIONCROSSSECTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_CONNECTIONCROSSSECTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    Remarks

    Property of a part variant. Evaluates a value calculated on the "Properties" tab in parts management and outputs it in a report, e.g. a terminal diagram, and displays it at the terminal in the schematic. At a part with the product group "Relays, contactors" this property refers to the contact.

    See Also