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] Function HasCampaignElement( _ ByVal index As Integer _ ) As Boolean [C#] bool HasCampaignElement( int index ); [C++] bool HasCampaignElement( int index ); [JScript] function HasCampaignElement( int index ): bool;
True of False if the element exists in this container
ICampaignElementContainer Interface | Portrate.Interview.Model Namespace