API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_GRAVINGTEXT Property / FUNC_GRAVINGTEXT(Int32) Property

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

    Parameters

    index

    Property Value

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

    Engraving text of the function.

    See Also