Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer Class / Description Property

In This Topic
    Description Property (GraphicalLayer)
    In This Topic
    Layer's description
    Syntax
    public MultiLangString Description {get; set;}
    public:
    property MultiLangString^ Description {
       MultiLangString^ get();
       void set (    MultiLangString^ value);
    }
    See Also