SoLDMTileIDSetCurrentTimeStep Method |
Note: This API is now obsolete.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 9000. No longer supported.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetCurrentTimeStep(
ushort A_0
)
<ObsoleteAttribute("Obsolete since Open Inventor 9000. No longer supported.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetCurrentTimeStep (
A_0 As UShort
)
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 9000. No longer supported.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetCurrentTimeStep(
unsigned short A_0
)
[<ObsoleteAttribute("Obsolete since Open Inventor 9000. No longer supported.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member SetCurrentTimeStep :
A_0 : uint16 -> unit
Parameters
- A_0
- Type: SystemUInt16
See Also