SbTimeGetValue Method (Int64, Int64) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public void GetValue(
out long sec,
out long usec
)
Public Sub GetValue (
<OutAttribute> ByRef sec As Long,
<OutAttribute> ByRef usec As Long
)
public:
void GetValue(
[OutAttribute] long long% sec,
[OutAttribute] long long% usec
)
member GetValue :
sec : int64 byref *
usec : int64 byref -> unit
Parameters
- sec
- Type: SystemInt64
- usec
- Type: SystemInt64
See Also