API Help
Eplan.EplApi.DataModel Namespace / FunctionBasePropertyList Class / DESIGNATION_FULLPLANT_WITHPREFIX Property / DESIGNATION_FULLPLANT_WITHPREFIX(Int32) Property

In This Topic
    DESIGNATION_FULLPLANT_WITHPREFIX(Int32) Property
    In This Topic
    Higher-level function with preceding sign # 1140. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DESIGNATION_FULLPLANT_WITHPREFIX( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESIGNATION_FULLPLANT_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 plant names with preceding sign, e.g. "=A.UA1.UA2".

    See Also