Click or drag to resize
SoTransformerDraggerSetLocateHighlighting Method

Sets whether or not locate highlighting is used.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetLocateHighlighting(
	bool onOff
)

Parameters

onOff
Type: SystemBoolean
Remarks

Default is true.

Note that this method has no effect unless unless locate highlighting is globally enabled by setting the environment variable IV_ALLOW_LOCATE_HIGHLIGHT to true (see OIV.Inventor.SoPreferences).

See Also