API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMB_DXF_BLOCKNAME Property / SYMB_DXF_BLOCKNAME(Int32) Property

In This Topic
    SYMB_DXF_BLOCKNAME(Int32) Property
    In This Topic
    DXF export: Name of block # 16040. This property isn't indexed.
    Syntax
    public PropertyValue SYMB_DXF_BLOCKNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_DXF_BLOCKNAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of the block generated by the DXF / DWG export.

    See Also