SoVolumeDataIsAutoSubSamplingEnabled Method |
Note: This API is now obsolete.
Returns true if automatic subsampling is allowed.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool IsAutoSubSamplingEnabled()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function IsAutoSubSamplingEnabled As Boolean
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool IsAutoSubSamplingEnabled()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member IsAutoSubSamplingEnabled : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 9000
No longer supported.
See Also