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

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

    Provides the full product aspect with preceding sign, e.g. "U-UA1-UA2".

    See Also