Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_BLOCK_VALUE Property / FUNC_BLOCK_VALUE(Int32) Property

In This Topic
    FUNC_BLOCK_VALUE(Int32) Property
    In This Topic
    Block property # 20201.
    Syntax
    public PropertyValue FUNC_BLOCK_VALUE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_BLOCK_VALUE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only. Property is indexed. Possible indexes are from 1 to 100.

    Shows the properties that have been specified in the relevant format property "Block property: Format [n]". The joint index [n] represents the relevant block and format properties.

    See Also