Returns the next sibling for this element
[Visual Basic] Property Next As IGraphElement [C#] IGraphElement Next { get; set; } [C++] __property IGraphElement* get_Next(); __property void set_Next(IGraphElement* ); [JScript] function get Next() : IGraphElement function set Next(IGraphElement);
IGraphElement Interface | Portrate.Interview.Model Namespace