ArcFM Mobile Developer Guide
RemoveField(TaskFieldViewModel,Boolean) Method


Version: 10.2.1b

Resource Center Home

The field to remove
Whether or not to delete the underlying entity from Fields collection of the Task
Syntax
'Declaration
 
Public Overloads Sub RemoveField( _
   ByVal field As TaskFieldViewModel, _
   ByVal removeEntity As Boolean _
) 
'Usage
 
Dim instance As TaskViewModel
Dim field As TaskFieldViewModel
Dim removeEntity As Boolean
 
instance.RemoveField(field, removeEntity)
public void RemoveField( 
   TaskFieldViewModel field,
   bool removeEntity
)

Parameters

field
The field to remove
removeEntity
Whether or not to delete the underlying entity from Fields collection of the Task
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TaskViewModel Class
TaskViewModel Members
Overload List

 

 


Send Comment