API Help
Eplan.EplApi.DataModel Namespace / ConnectionPointsInfoPropertyList Class / ARTICLE_PARTTYPE Property / ARTICLE_PARTTYPE(Int32) Property

In This Topic
    ARTICLE_PARTTYPE(Int32) Property
    In This Topic
    Record type # 22023. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_PARTTYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_PARTTYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Specifies the type of parts data or cross-part data, such as component, assembly, cable, housing, accessory list, drilling pattern, customer.

    See Also