API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList 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 MDPropertyValue ARTICLE_CONNECTIONCROSSSECTION( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_CONNECTIONCROSSSECTION {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ 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