SoWinExaminerViewerSetFeedbackVisibility Method |
Shows/hides the point of rotation feedback, which only appears while in viewing mode (default is off).
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetFeedbackVisibility(
bool onOrOff
)
Public Sub SetFeedbackVisibility (
onOrOff As Boolean
)
public:
void SetFeedbackVisibility(
bool onOrOff
)
member SetFeedbackVisibility :
onOrOff : bool -> unit
Parameters
- onOrOff
- Type: SystemBoolean
Remarks See Also