ArcFM Solution Developer Guide
Sort Method (ID8List)






mmSortType
Uses the mmSortType enumeration to sort the list items
Syntax
'Declaration
 
Sub Sort( _
   Optional ByVal eSortType As mmSortType _
) 
'Usage
 
Dim instance As ID8List
Dim eSortType As mmSortType
 
instance.Sort(eSortType)
void Sort( 
   mmSortType eSortType
)
procedure Sort( 
    eSortType: mmSortType
); 
function Sort( 
   eSortType : mmSortType
);
void Sort( 
   mmSortType eSortType
) 
void Sort( 
   mmSortType eSortType
) 

Parameters

eSortType
mmSortType
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

ID8List Interface
ID8List Members

Send Feedback