vegetagaru
Computer
- Jan 14, 2015
- 134
Hello all, im trying to run a journal to export a image but im having problems on the "ShowHideType":
but its retuning that the function is deprecated in NX9.0.0
could anyone help me to transform it to the new hidebytype ?
NX8.5 - NX9 - NX 10 - NX11
Code:
Dim numberHidden As Integer
numberHidden = theSession.DisplayManager.HideByType(DisplayManager.Hide.Datums, DisplayManager.ShowHideScope.AnyInAssembly)
numberHidden = theSession.DisplayManager.HideByType(DisplayManager.ShowHideType.Sketches, DisplayManager.ShowHideScope.AnyInAssembly)
could anyone help me to transform it to the new hidebytype ?
NX8.5 - NX9 - NX 10 - NX11