API Help
Eplan.EplApi.MasterData Namespace / MDSymbol Class / Name Property

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

    Property Value

    Name of the Symbol
    See Also