ArcFM Server Developer Guide
Properties Property (GroupCounterTransformation<GroupType>)


Provides properties that can be used by the rule.
Syntax
'Declaration
 
Public ReadOnly Property Properties As IDictionary
'Usage
 
Dim instance As GroupCounterTransformation(Of GroupType)
Dim value As IDictionary
 
value = instance.Properties
public IDictionary Properties {get;}
Remarks
The Properties property should be used for setting information that is applicable throughout the lifetime of the rule object. Temporal information that is only valid per Miner.Data.Access.Rule.ApplyRule(System.Collections.IDictionary) invocation should be passed via the Miner.Data.Access.Rule.ApplyRule(System.Collections.IDictionary) method's arguments (System.Collections.Hashtable) parameter.
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

GroupCounterTransformation<GroupType> Class
GroupCounterTransformation<GroupType> Members

 

 


Send Comment