API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / DESIGNATION_SUBPRODUCT2 Property / DESIGNATION_SUBPRODUCT2(Int32) Property

In This Topic
    DESIGNATION_SUBPRODUCT2(Int32) Property
    In This Topic
    Product (Sub-identifier 2) # 1802. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DESIGNATION_SUBPRODUCT2( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESIGNATION_SUBPRODUCT2 {
       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..

    See Also