Tao.Ode SDK Documentation

Ode.dGeomTransformGetCleanup Method 

Get the clean-up mode of geometry transform g. If the clean-up mode is 1, then the encapsulated object will be destroyed when the geometry transform is destroyed. If the clean-up mode is 0 this does not happen. The default clean-up mode is 0.

[Visual Basic]
Public Shared Function dGeomTransformGetCleanup( _
   ByVal g As IntPtr _
) As Integer
[C#]
public static int dGeomTransformGetCleanup(
   IntPtr g
);

Parameters

g
A dGeomID

Return Value

An int

See Also

Ode Class | Tao.Ode Namespace