ArcFM Mobile Developer Guide
RemoveElement(TaskFieldElementViewModel,Boolean) Method


Version: 10.2.1b

Resource Center Home

The element to remove
Whether or not to delete the underlying entity from Elements collection of the TaskField
Syntax
'Declaration
 
Public Overloads Sub RemoveElement( _
   ByVal element As TaskFieldElementViewModel, _
   ByVal removeEntity As Boolean _
) 
'Usage
 
Dim instance As TaskFieldViewModel
Dim element As TaskFieldElementViewModel
Dim removeEntity As Boolean
 
instance.RemoveElement(element, removeEntity)
public void RemoveElement( 
   TaskFieldElementViewModel element,
   bool removeEntity
)

Parameters

element
The element to remove
removeEntity
Whether or not to delete the underlying entity from Elements collection of the TaskField
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

TaskFieldViewModel Class
TaskFieldViewModel Members
Overload List

 

 


Send Comment