WRAPPER_API void SetObjectDisplayName(const BmgChar * GCCode, ObjectType type, const BmgChar * newName)
Description
Sets the display name for the specified object.
Example
void DataView_SetObjectDisplayName(GEOCALCPBW_NAMESPACE::DataView & dataView)
{
dataView->SetObjectDisplayName(L"DEGREES", GEOCALCPBW_NAMESPACE::GeoBase::AngularUnitType, L"DEGREES DISPLAY");
const BmgChar* dispName = dataView->GetObjectDisplayName(L"DEGREES", GEOCALCPBW_NAMESPACE::GeoBase::AngularUnitType);
}
Comments
0 comments
Please sign in to leave a comment.