Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDConstruction Class / Name Property

In This Topic
    Name Property (MDConstruction)
    In This Topic
    Returns the name of the construction.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    The unique name of the construction.
    See Also