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

In This Topic
    ARTICLE_CONTACTTYPE(Int32) Property
    In This Topic
    Plugs: Pin type # 22099. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_CONTACTTYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_CONTACTTYPE {
       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 of a part variant. Type of pin, e.g. standard, nickel-plated, etc.

    See Also