'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)
public static System.bool Edit( System.Type attributeEditorType, System.Type attrubuteType, System.bool allowAutomatic, System.object inObj, out System.object outObj )
Parameters
- attributeEditorType
- attrubuteType
- allowAutomatic
- inObj
- outObj