|
![]() |
Which result property to sort by
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
Visual Basic |
---|
Public Enumeration ClashResultSortMode |
C# |
---|
public enum ClashResultSortMode |
Visual C++ |
---|
public enum class ClashResultSortMode |
Members
Member name | Description | |
---|---|---|
DisplayNameSort |
Sort by DisplayName
| |
DescriptionSort |
Sort by Description
| |
DistanceSort |
Sort by Distance
| |
StatusSort |
Sort by result status
| |
CreatedTimeSort |
Sort by CreatedTime
| |
AssignedToSort |
Sort by AssignedTo
| |
ApprovedTimeSort |
Sort by ApprovedTime
| |
ApprovedBySort |
Sort by ApprovedBy
| |
SimulationStartTimeSort |
Sort by SimulationStartTime
| |
SimulationEndTimeSort |
Sort by SimulationEndTime
| |
SimulationNameSort |
Sort by SimulationName
| |
GridIntersectionSort |
Sort by the result's grid-intersection
| |
GridLevelSort |
Sort by the elevation of result's grid-level
| |
ProximitySort |
Sort by proximity to the currently selected clash result
| |
CommentCountSort |
Sort by number of comments
| |
ViewpointSort |
Sort by whether the result has a saved viewpoint
|
Remarks
Indicates the property to sort by when calling TestsSortResults.
Note that for "ProximitySort" the "proximityTo" parameter must be non-null.