Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_BLOCKFORMAT_TERMINAL_DEF_TEXT Property / PROJ_BLOCKFORMAT_TERMINAL_DEF_TEXT(Int32) Property

In This Topic
    PROJ_BLOCKFORMAT_TERMINAL_DEF_TEXT(Int32) Property
    In This Topic
    Block property: Format (terminal strip definition) # 10601.
    Syntax
    public PropertyValue PROJ_BLOCKFORMAT_TERMINAL_DEF_TEXT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_BLOCKFORMAT_TERMINAL_DEF_TEXT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 100.

    Predefines which properties are specified in the relevant block property. If you assign a "Block property [n]" to a function and a format is not entered for either the function or the symbol, then the program uses the relevant format property that has been entered for this function category in the project.

    See Also