Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NBodyAdapter Class / GetBodyProperty Method


In This Topic
    GetBodyProperty Method (NBodyAdapter)
    In This Topic
    Gets a property of a body
    Syntax
    '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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also