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

In This Topic
    PROJ_BLOCKFORMAT_CONNECTION(Int32) Property
    In This Topic
    Block property: Format (connection) # 10608.
    Syntax
    public PropertyValue PROJ_BLOCKFORMAT_CONNECTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_BLOCKFORMAT_CONNECTION {
       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