ArcFM Responder Mobile Developer Guide
AddRowGrouperProperty Method (IUserInputManager)






Syntax
'Declaration
 
Sub AddRowGrouperProperty( _
   ByVal properties As System.Collections.IDictionary, _
   ByVal grouperType As CustomTypeConfig _
) 
'Usage
 
Dim instance As IUserInputManager
Dim properties As System.Collections.IDictionary
Dim grouperType As CustomTypeConfig
 
instance.AddRowGrouperProperty(properties, grouperType)
void AddRowGrouperProperty( 
   System.Collections.IDictionary properties,
   CustomTypeConfig grouperType
)
procedure AddRowGrouperProperty( 
    properties: System.Collections.IDictionary;
    grouperType: CustomTypeConfig
); 
function AddRowGrouperProperty( 
   properties : System.Collections.IDictionary,
   grouperType : CustomTypeConfig
);
void AddRowGrouperProperty( 
   System.Collections.IDictionary* properties,
   CustomTypeConfig* grouperType
) 
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

IUserInputManager Interface
IUserInputManager Members

Send Feedback