WRAPPER_API void set_Name(const BmgChar *value)
The set_Name method sets the Name property for this object.
void Serializable_setName(GEOCALCPBW_NAMESPACE::Serializable * s)
{
s->set_Name(_towchar("WGS84").c_str());
s->get_Identifiers().Add(_towchar("GC").c_str(), _towchar("WGS84").c_str());
s->set_Remarks(_towchar("WGS84 is certainly a remarkable HorizontalDatum!").c_str());
}