ArcFM Mobile Developer Guide
Conditions Property


Version: 10.2.1a

Resource Center Home

This property gets the conditions on which to sort.
Syntax
'Declaration
 
Public Property Conditions As IList(Of SortCondition)
'Usage
 
Dim instance As SortProperties
Dim value As IList(Of SortCondition)
 
instance.Conditions = value
 
value = instance.Conditions
public IList<SortCondition> Conditions {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SortProperties Class
SortProperties Members

 

 


Send Comment