Gets and sets whether this is an ascending sort for the specified sort order index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Ascending( _
ByVal SortOrderIndex As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBomTableSortData
Dim SortOrderIndex As System.Integer
Dim value As System.Boolean
instance.Ascending(SortOrderIndex) = value
value = instance.Ascending(SortOrderIndex) |
C++/CLI | |
---|
property System.bool Ascending {
System.bool get(System.int SortOrderIndex);
void set (System.int SortOrderIndex, System.bool value);
} |
Parameters
- SortOrderIndex
- 0 for primary sort, 1 for secondary sort, 2 for tertiary sort (see Remarks)
Property Value
True if sort is ascending, false if descending
Example
Remarks
See Also
Availability
SOLIDWORKS 2012 FCS, Revision Number 20.0