Returns the parent graph element for this element
[Visual Basic] Property Parent As IGraphElement [C#] IGraphElement Parent { get; set; } [C++] __property IGraphElement* get_Parent(); __property void set_Parent(IGraphElement* ); [JScript] function get Parent() : IGraphElement function set Parent(IGraphElement);
IGraphElement Interface | Portrate.Interview.Model Namespace