ArcFM Responder Mobile Developer Guide
Sort Method (D8CuTopLevelClass)






Syntax
'Declaration
 
Public Overridable Sub Sort( _
   Optional ByVal eSortType As mmSortType _
) 
'Usage
 
Dim instance As D8CuTopLevelClass
Dim eSortType As mmSortType
 
instance.Sort(eSortType)
public virtual void Sort( 
   mmSortType eSortType
)
public procedure Sort( 
    eSortType: mmSortType
); virtual; 
public function Sort( 
   eSortType : mmSortType
);
public: virtual void Sort( 
   mmSortType eSortType
) 
public:
virtual void Sort( 
   mmSortType eSortType
) 

Parameters

eSortType
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

D8CuTopLevelClass Class
D8CuTopLevelClass Members

Send Feedback