API Help
Eplan.EplApi.DataModel.Graphics Namespace / HyperLink Class / Comment Property

In This Topic
    Comment Property
    In This Topic
    Returns comment related to the hyperlink.
    Syntax
    public string Comment {get; set;}
    public:
    property String^ Comment {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    A comment related to the hyperlink.
    See Also