SoVolumeDataSetPageSize Method (Int32) |
Note: This API is now obsolete.
Specifies page size in X, Y, and Z direction (uniform).
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 SetPageSize(
int size
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetPageSize (
size As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetPageSize(
int size
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetPageSize :
size : int -> unit
Parameters
- size
- Type: SystemInt32
RemarksMust be 2^n for some integer n. The default is 128x128x128.Obsoletesince Open Inventor 9000
No longer supported.
See Also