SoWinMaterialEditorSetUpdateFrequency Method |
Sets the update frequency.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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
Remarks See the UpdateFrequency enum declaration.
See Also