SoGLRenderActionResetFrameCounter Method (UInt32) |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void ResetFrameCounter(
uint count
)
Public Sub ResetFrameCounter (
count As UInteger
)
public:
void ResetFrameCounter(
unsigned int count
)
member ResetFrameCounter :
count : uint32 -> unit
Parameters
- count
- Type: SystemUInt32
Remarks Do not call this method during a traversal.
See Also