Nevron.Diagram.Layout Namespace / NShapeBodyAdapter Class / GetBodyProperty Method


GetBodyProperty Method (NShapeBodyAdapter)
Syntax
'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)

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