Sets the campaign element at the given index.
Sets the campaign element at the given index.
[Visual Basic] Public Sub SetCampaignElement(ByVal ICampaignElement,ByVal Integer) _ Implements ICampaignElementContainer.SetCampaignElement
[C#] public void SetCampaignElement(ICampaignElement,int);
[C++] public: void SetCampaignElement(ICampaignElement*,int);
[JScript] public function SetCampaignElement(ICampaignElement,int);
Adds the given element to this container, adding new instances of the DPLCampaignSection when no container is found at a specific level. If a non-container exists at one of the higher level indices, then an exception is thrown.
[Visual Basic] Public Sub SetCampaignElement(ByVal ICampaignElement,ByVal String) _ Implements ICampaignElementContainer.SetCampaignElement
[C#] public void SetCampaignElement(ICampaignElement,string);
[C++] public: void SetCampaignElement(ICampaignElement*,String*);
[JScript] public function SetCampaignElement(ICampaignElement,String);
DPLCampaignElementContainer Class | Portrate.Interview.Model Namespace