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

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