'Declaration
Public Overridable Function GetBodyProperty( _ ByVal body As NBody, _ ByVal propertyKey As System.Integer, _ ByRef found As System.Boolean _ ) As System.Object
'Usage
Dim instance As NBodyAdapter Dim body As NBody Dim propertyKey As System.Integer Dim found As System.Boolean Dim value As System.Object value = instance.GetBodyProperty(body, propertyKey, found)
public virtual System.object GetBodyProperty( NBody body, System.int propertyKey, out System.bool found )
Parameters
- body
- propertyKey
- found