ArcFM Solution Developer Guide
AddItemCommand Property


Syntax
'Declaration
 
Public Property AddItemCommand As Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand(Of FeatureClassFieldItem)
'Usage
 
Dim instance As DomainFilterEditViewModel
Dim value As Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand(Of FeatureClassFieldItem)
 
instance.AddItemCommand = value
 
value = instance.AddItemCommand
public Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand<FeatureClassFieldItem> AddItemCommand {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