Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / DESIGNATION_PRODUCT_LEADINGPARTS Property / DESIGNATION_PRODUCT_LEADINGPARTS(Int32) Property

In This Topic
    DESIGNATION_PRODUCT_LEADINGPARTS(Int32) Property
    In This Topic
    Product (leading identifiers) # 1822.
    Syntax
    public PropertyValue DESIGNATION_PRODUCT_LEADINGPARTS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESIGNATION_PRODUCT_LEADINGPARTS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only. Property is indexed. Possible indexes are from 1 to 10.

    See Also