API Help
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_DXF_BLOCKNAME Property / FRAME_DXF_BLOCKNAME(Int32) Property

In This Topic
    FRAME_DXF_BLOCKNAME(Int32) Property
    In This Topic
    DXF export: Name of block # 12050. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_DXF_BLOCKNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_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