LinkType: objectLink typeMethodpublic LinkType.Constructor(lefttype, righttype, relation=null, opposite=null, metatype=null)public LinkType.Add(right, Fact meta=null, bool reverse=null)Add a link targetpublic virtual int object.Compare(value)Compares this object with another and returns (-1, 0, or 1)public void LinkType.Connect(Fact left, right, Fact meta=null)Link two objects with this link typepublic LinkType.FindFirstMetaFact(Fact f1, Fact f2, bool reverse=null)Returns the first meta fact associated with the link between f1 and f2public [] LinkType.FindMetaFacts(Fact f1, Fact f2, bool reverse=null)Returns the meta facts associated with the link between f1 and f2public virtual Icon object.GetIconReturn a icon for this objectpublic virtual object.GetLayoutBlockReturn a layout inside a blockpublic virtual object.GetLayoutSpanReturn a layout inside a spanpublic virtual object.GetLayoutTipReturn a layout for the hint popuppublic virtual object.GetSourceReferenceReturn a source reference for this objectpublic virtual void object.GetTexSource(source)LaTeX source code for this objectpublic readonly string LinkType.LeftLeft component of the linkpublic readonly string LinkType.MetaMeta component of the linkpublic readonly string LinkType.OppositeOpposite relationship (if relation)public readonly string LinkType.RelationLink relationshippublic readonly string LinkType.Right
Right component of the link