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