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