SoVolumeDataEnableAutoSubSampling Method |
Note: This API is now obsolete.
Specifies if automatic subsampling is allowed.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void EnableAutoSubSampling(
bool enable
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub EnableAutoSubSampling (
enable As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void EnableAutoSubSampling(
bool enable
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member EnableAutoSubSampling :
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
RemarksSee enableSubSampling(). The default is true.Obsoletesince Open Inventor 9000
No longer supported.
See Also