SoVolumeRenderingSetTex3LoadRate Method |
Note: This API is now obsolete.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetTex3LoadRate(
int loadRate
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetTex3LoadRate (
loadRate As Integer
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetTex3LoadRate(
int loadRate
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member SetTex3LoadRate :
loadRate : int -> unit
Parameters
- loadRate
- Type: SystemInt32
Remarks
See Also