SoWinMaterialEditorSetUpdateFrequency Method |
Sets the update frequency.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2023.1.3.0 (2023.1.3)
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