public void SetObjectDisplayName(const BmgChar * GCCode, ObjectType type, const BmgChar * newName)
Description
Sets the display name for the specified object.
Example
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);
}
Comments
0 comments
Please sign in to leave a comment.