Click or drag to resize
SoDBRenameGlobalField Method

Renames the global field named oldName.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static void RenameGlobalField(
	string oldName,
	string newName
)

Parameters

oldName
Type: SystemString
newName
Type: SystemString
Remarks

Renaming a global field to an empty name ("") deletes it. If there is already a global field with the new name, that field will be deleted (the getGlobalField() method can be used to guard against this). See createGlobalField().

See Also