SoDataSetGetNumTimeSteps Method |
Note: This API is now obsolete.
Returns the number of time steps.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public int GetNumTimeSteps()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetNumTimeSteps As Integer
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
int GetNumTimeSteps()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetNumTimeSteps : unit -> int
Return Value
Type:
Int32
RemarksNOTES
Was only supported by ReservoirViz module extension.Obsoletesince Open Inventor 9000
No longer supported.
See Also