SoInteractiveComplexityinteractiveMode Property |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoInteractiveComplexityInteractiveModes> interactiveMode { get; }
Public ReadOnly Property interactiveMode As SoSFEnum(Of SoInteractiveComplexityInteractiveModes)
Get
public:
property SoSFEnum<SoInteractiveComplexityInteractiveModes>^ interactiveMode {
SoSFEnum<SoInteractiveComplexityInteractiveModes>^ get ();
}
member interactiveMode : SoSFEnum<SoInteractiveComplexityInteractiveModes> with get
Property Value
Type:
SoSFEnumSoInteractiveComplexityInteractiveModesRemarks . Default is AUTO.
Note |
---|
Field available since Open Inventor 8.6 |
See Also