API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_TEXT Property / FUNC_TEXT(Int32) Property

In This Topic
    FUNC_TEXT(Int32) Property
    In This Topic
    Function text # 20011. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TEXT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TEXT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

    Manually entered function text.

    See Also