public void SetObjectDisplayName(const BmgChar * GCCode, ObjectType type, const BmgChar * newName)
Sets the display name for the specified object.
void DataView_SetObjectDisplayName(GeoCalc.DataView & dataView)
{
dataView->SetObjectDisplayName(L"DEGREES", System.Object.AngularUnitType, L"DEGREES DISPLAY");
const BmgChar* dispName = dataView->GetObjectDisplayName(L"DEGREES", System.Object.AngularUnitType);
}