set_Remarks Method

WRAPPER_API void set_Remarks(const BmgChar *value)

 

Description

The set_Remarks method sets the Remarks property for this object

 

Example

void Serializable_setRemarks(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());

}