The Portrate Interview Engine

IGraphElement.Next Property

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);

See Also

IGraphElement Interface | Portrate.Interview.Model Namespace