ArcFM Engine Developer Guide
RemoveItemCommand Property


Syntax
'Declaration
 
Public Property RemoveItemCommand As DelegateCommand(Of FeatureClassFieldItem)
'Usage
 
Dim instance As DomainFilterEditViewModel
Dim value As DelegateCommand(Of FeatureClassFieldItem)
 
instance.RemoveItemCommand = value
 
value = instance.RemoveItemCommand
public DelegateCommand<FeatureClassFieldItem> RemoveItemCommand {get; set;}
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

DomainFilterEditViewModel Class
DomainFilterEditViewModel Members

 

 


Send Comment