ArcFM Responder Mobile Developer Guide
GetSortOrder Method (Domain)






Returns type of sort order for domain pairs.
Syntax
'Declaration
 
Public MustOverride Function GetSortOrder() As SortedByType
'Usage
 
Dim instance As Domain
Dim value As SortedByType
 
value = instance.GetSortOrder()
public abstract SortedByType GetSortOrder()
public function GetSortOrder(): SortedByType; abstract; 
public __abstract function GetSortOrder() : SortedByType;
public: abstract SortedByType GetSortOrder(); 
public:
abstract SortedByType GetSortOrder(); 

Return Value

Type of sort.
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

Domain Class
Domain Members

Send Feedback