The Portrate Interview Engine

IGraphElement.Children Property

Returns a collection of IGraphElement children

[Visual Basic]
Property ReadOnly Children As ICollection
[C#]
ICollection Children { get; }
[C++]
__property ICollection* get_Children();
[JScript]
function get Children() : ICollection

See Also

IGraphElement Interface | Portrate.Interview.Model Namespace