SoVRGenericFileReaderSetNumTimeSteps Method |
Note: This API is now obsolete.
Namespace: OIV.VolumeViz.ReadersAssembly: 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 void SetNumTimeSteps(
int name_30598
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetNumTimeSteps (
name_30598 As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetNumTimeSteps(
int name_30598
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetNumTimeSteps :
name_30598 : int -> unit
Parameters
- name_30598
- Type: SystemInt32
RemarksSince the format is raw data, it is sometime necessary to specify the number of time steps.
NOTES
Was only supported by ReservoirViz module extension.Obsoletesince Open Inventor 9000
No longer supported.
See Also