The Portrate Interview Engine

IGraphElement.FirstChild Property

Returns the first child of the children in this element.

[Visual Basic]
Property ReadOnly FirstChild As IGraphElement
[C#]
IGraphElement FirstChild { get; }
[C++]
__property IGraphElement* get_FirstChild();
[JScript]
function get FirstChild() : IGraphElement

See Also

IGraphElement Interface | Portrate.Interview.Model Namespace