Nevron.Editors Namespace / NAttributeTypeEditor Class / Edit Method / Edit(Type,Type,Boolean,Object,Object) Method


Edit(Type,Type,Boolean,Object,Object) Method
Syntax
'Declaration
 
Public Overloads Shared Function Edit( _
   ByVal attributeEditorType As System.Type, _
   ByVal attrubuteType As System.Type, _
   ByVal allowAutomatic As System.Boolean, _
   ByVal inObj As System.Object, _
   ByRef outObj As System.Object _
) As System.Boolean
 
'Usage
 
Dim attributeEditorType As System.Type
Dim attrubuteType As System.Type
Dim allowAutomatic As System.Boolean
Dim inObj As System.Object
Dim outObj As System.Object
Dim value As System.Boolean
 
value = NAttributeTypeEditor.Edit(attributeEditorType, attrubuteType, allowAutomatic, inObj, outObj)

Parameters

attributeEditorType
attrubuteType
allowAutomatic
inObj
outObj
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