Clear Method

WRAPPER_API void Clear()

 

Description

The Clear method removes all identifiers from this IdentifierCollection.

 

Example

void IdentifierCollection_Clear(GEOCALCPBW_NAMESPACE::Serializable & s)

{

s.get_Identifiers().Clear();

s.get_Identifiers().Add(L"GC", L"MyID");

}