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

In This Topic
    FUNC_TEXT_AUTOMATIC(Int32) Property
    In This Topic
    Function text (automatic) # 20031. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_TEXT_AUTOMATIC( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TEXT_AUTOMATIC {
       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..

    Displays the content of the manually entered function text or, if it is empty, the path function text. When this property is displayed on a project page, the line breaks are removed.

    See Also