SoInteractionElementGetElapsedSeconds Method |
Return number of seconds since last interaction flag change.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static double GetElapsedSeconds(
SoState state
)
Public Shared Function GetElapsedSeconds (
state As SoState
) As Double
public:
static double GetElapsedSeconds(
SoState^ state
)
static member GetElapsedSeconds :
state : SoState -> float
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
DoubleRemarks See Also