SoDataSetIsTimeDependent Method |
Note: This API is now obsolete.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public bool IsTimeDependent()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function IsTimeDependent As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
bool IsTimeDependent()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member IsTimeDependent : unit -> bool
Return Value
Type:
Boolean
RemarksIndicates if this data set is time dependent.
NOTES
Was only supported by ReservoirViz module extension.Obsoletesince Open Inventor 9000
No longer supported.
See Also