Returns true if the container has the campaign element at the given index, and false if not. This should be used to determine when to move onto the next "super-container" of elements.
[Visual Basic] Public Function HasCampaignElement( _ ByVal index As Integer _ ) _ Implements ICampaignElementContainer.HasCampaignElement As Boolean [C#] public bool HasCampaignElement( int index ); [C++] public: bool HasCampaignElement( int index ); [JScript] public function HasCampaignElement( int index ): bool;
True of False if the element exists in this container
ICampaignElementContainer.HasCampaignElement
DPLCampaignElementContainer Class | Portrate.Interview.Model Namespace