| SoWinMaterialEditorSetUpdateFrequency Method  | 
Sets the update frequency. 
 
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetUpdateFrequency(
	SoWinMaterialEditorUpdateFrequencies freq
)
Public Sub SetUpdateFrequency ( 
	freq As SoWinMaterialEditorUpdateFrequencies
)
public:
void SetUpdateFrequency(
	SoWinMaterialEditorUpdateFrequencies freq
)
member SetUpdateFrequency : 
        freq : SoWinMaterialEditorUpdateFrequencies -> unit 
Parameters
- freq
 - Type: OIV.Inventor.WinSoWinMaterialEditorUpdateFrequencies
 
RemarksSee the  UpdateFrequency  enum declaration. 
See Also