API Help
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer Class / Name Property

In This Topic
    Name Property (GraphicalLayer)
    In This Topic
    Layer's name
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also