WRAPPER_API void Clear()
The Clear method removes all identifiers from this IdentifierCollection.
void IdentifierCollection_Clear(GEOCALCPBW_NAMESPACE::Serializable & s)
{
s.get_Identifiers().Clear();
s.get_Identifiers().Add(L"GC", L"MyID");
}