SoVolumeDataGetPageSize Method |
Note: This API is now obsolete.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SbVec3i32 GetPageSize()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetPageSize As SbVec3i32
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SbVec3i32 GetPageSize()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetPageSize : unit -> SbVec3i32
Return Value
Type:
SbVec3i32
RemarksReturns the page size in X, Y, and Z direction.Obsoletesince Open Inventor 9000
No longer supported.
See Also