SoPickStyleElementSet Method (SoState, SoPickStyleElementStyles) |
Sets the current pick style in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
SoPickStyleElementStyles style
)
Public Shared Sub Set (
state As SoState,
style As SoPickStyleElementStyles
)
public:
static void Set(
SoState^ state,
SoPickStyleElementStyles style
)
static member Set :
state : SoState *
style : SoPickStyleElementStyles -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- style
- Type: OIV.Inventor.ElementsSoPickStyleElementStyles
Remarks See Also