Eplan Platform API
Eplan.EplApi.DataModel Namespace / Block Class / Name Property

In This Topic
    Name Property (Block)
    In This Topic
    Name of the referenced block.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when operation set/get has failed.
    Remarks
    Provide a name for the block here. In a DXF / DWG export, this name is stored in the exported file.
    See Also