API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DESIGNATION_SUBPRODUCT5_DESCR Property / DESIGNATION_SUBPRODUCT5_DESCR(Int32) Property

In This Topic
    DESIGNATION_SUBPRODUCT5_DESCR(Int32) Property
    In This Topic
    Product (Sub-identifier 5): Description # 1835. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DESIGNATION_SUBPRODUCT5_DESCR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESIGNATION_SUBPRODUCT5_DESCR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    This property is read-only..

    See Also