SoInteractionElementGetElapsedSeconds Method |
Return number of seconds since last interaction flag change.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
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