SoVolumeRenderingSetIgnoreFullyTransparentTiles 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 SetIgnoreFullyTransparentTiles(
bool state
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetIgnoreFullyTransparentTiles (
state As Boolean
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetIgnoreFullyTransparentTiles(
bool state
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member SetIgnoreFullyTransparentTiles :
state : bool -> unit
Parameters
- state
- Type: SystemBoolean
Remarks
See Also