ArcFM Desktop Developer Guide
ResultDict Property


Syntax
'Declaration
 
Protected Property ResultDict As IDictionary(Of ID8List,IList(Of ID8ListItem))
'Usage
 
Dim instance As ResultsProcessor
Dim value As IDictionary(Of ID8List,IList(Of ID8ListItem))
 
instance.ResultDict = value
 
value = instance.ResultDict
protected IDictionary<ID8List,IList<ID8ListItem>> ResultDict {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

ResultsProcessor Class
ResultsProcessor Members

 

 


Send Comment