public bool SvEditProperties(IIGraphObjectManager gom, IIGraphNode gNode)
 {
     throw new NotImplementedException();
 }
 public string SvGetTip(IIGraphObjectManager gom, IIGraphNode gNode)
 {
     throw new NotImplementedException();
 }
 public bool SvHandleDoubleClick(IIGraphObjectManager gom, IIGraphNode gNode)
 {
     throw new NotImplementedException();
 }
 public IMultiSelectCallback SvGetMultiSelectCallback(IIGraphObjectManager gom, IIGraphNode gNode)
 {
     throw new NotImplementedException();
 }
 public bool SvCanInitiateLink(IIGraphObjectManager gom, IIGraphNode gNode)
 {
     throw new NotImplementedException();
 }
 public bool SvLinkChild(IIGraphObjectManager gom, IIGraphNode gNodeThis, IIGraphNode gNodeChild)
 {
     throw new NotImplementedException();
 }
 public Color SvHighlightColor(IIGraphObjectManager gom, IIGraphNode gNode)
 {
     throw new NotImplementedException();
 }
 public bool SvDetachRel(IIGraphObjectManager gom, IIGraphNode gNodeTarget, int id, IIGraphNode gNodeMaker)
 {
     throw new NotImplementedException();
 }
 public bool SvRemoveThis(IIGraphObjectManager gom, IIGraphNode gNode)
 {
     throw new NotImplementedException();
 }
 public bool SvIsHighlighted(IIGraphObjectManager gom, IIGraphNode gNode)
 {
     throw new NotImplementedException();
 }
 public bool SvSetName(IIGraphObjectManager gom, IIGraphNode gNode, string name)
 {
     throw new NotImplementedException();
 }
 public string SvGetName(IIGraphObjectManager gom, IIGraphNode gNode, bool isBeingEdited)
 {
     throw new NotImplementedException();
 }
 public bool SvCanConcludeLink(IIGraphObjectManager gom, IIGraphNode gNode, IIGraphNode gNodeChild)
 {
     throw new NotImplementedException();
 }
 public bool SvDetach(IIGraphObjectManager gom, IIGraphNode gNode)
 {
     throw new NotImplementedException();
 }
 public Color SvGetSwatchColor(IIGraphObjectManager gom, IIGraphNode gNode)
 {
     throw new NotImplementedException();
 }
 public string SvGetRelTip(IIGraphObjectManager gom, IIGraphNode gNodeTarget, int id, IIGraphNode gNodeMaker)
 {
     throw new NotImplementedException();
 }
 public bool SvIsInactive(IIGraphObjectManager gom, IIGraphNode gNode)
 {
     throw new NotImplementedException();
 }
 public bool SvHandleRelDoubleClick(IIGraphObjectManager gom, IIGraphNode gNodeTarget, int id, IIGraphNode gNodeMaker)
 {
     throw new NotImplementedException();
 }
 public ISvGraphNodeReference SvStdTraverseAnimGraph(IIGraphObjectManager gom, IAnimatable owner, int id, uint flags)
 {
     throw new NotImplementedException();
 }