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

In This Topic
    FUNC_BLOCKFORMAT_FUNCTIONTEXT(Int32) Property
    In This Topic
    Block property: Format (function text, automatic) # 20545. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_BLOCKFORMAT_FUNCTIONTEXT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_BLOCKFORMAT_FUNCTIONTEXT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    See Also