ArcFM Responder Mobile Developer Guide
AddRowGrouperProperty Method (UserInputManager)






Syntax
'Declaration
 
Public Sub AddRowGrouperProperty( _
   ByVal properties As System.Collections.IDictionary, _
   ByVal grouperType As CustomTypeConfig _
) 
'Usage
 
Dim instance As UserInputManager
Dim properties As System.Collections.IDictionary
Dim grouperType As CustomTypeConfig
 
instance.AddRowGrouperProperty(properties, grouperType)
public void AddRowGrouperProperty( 
   System.Collections.IDictionary properties,
   CustomTypeConfig grouperType
)
public procedure AddRowGrouperProperty( 
    properties: System.Collections.IDictionary;
    grouperType: CustomTypeConfig
); 
public function AddRowGrouperProperty( 
   properties : System.Collections.IDictionary,
   grouperType : CustomTypeConfig
);
public: void AddRowGrouperProperty( 
   System.Collections.IDictionary* properties,
   CustomTypeConfig* grouperType
) 
public:
void AddRowGrouperProperty( 
   System.Collections.IDictionary^ properties,
   CustomTypeConfig^ grouperType
) 

Parameters

properties
grouperType
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserInputManager Class
UserInputManager Members

Send Feedback