The Portrate Interview Engine

AbstractCampaignElement.Parent Property

Returns the parent graph element for this element

[Visual Basic]
Public Property Parent As IGraphElement _
    Implements IGraphElement.Parent
[C#]
public IGraphElement Parent { get; set; }
[C++]
public: __property IGraphElement* get_Parent();
public: __property void set_Parent(IGraphElement* );
[JScript]
public function get Parent() : IGraphElement
public function set Parent(IGraphElement);

Implements

IGraphElement.Parent

See Also

AbstractCampaignElement Class | Portrate.Interview.Model Namespace