'Declaration
Public Overrides Function GetBodyProperty( _ ByVal body As NBody, _ ByVal propertyKey As System.Integer, _ ByRef found As System.Boolean _ ) As System.Object
'Usage
Dim instance As NShapeBodyAdapter 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 override System.object GetBodyProperty( NBody body, System.int propertyKey, out System.bool found )
Parameters
- body
- propertyKey
- found