Exists Method

WRAPPER_API bool Exists(const BmgChar *issuer) const

 

Description

The Exists method indicates if there exists an identifier in this IdentifierCollection with the specified issuer.

 

Example

void IdentifierCollection_Exists(GEOCALCPBW_NAMESPACE::IdentifierCollection & idc)

{

if(idc.Exists(L"GC"))

{

const BmgChar * code = idc.get_Item(L"GC");

}

}