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

In This Topic
    Link Property
    In This Topic
    Gets/Sets string representation of the hyperlink.
    Syntax
    public string Link {get; set;}
    public:
    property String^ Link {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    A link represented by this object.
    See Also