SbTimeGetValue Method (Int64, Int64) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
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