public bool GetCanSetFeatureDrawOrder( string fieldName, SortOrderType sortDirection )
Public Overloads Function GetCanSetFeatureDrawOrder( _ ByVal fieldName As String, _ ByVal sortDirection As SortOrderType _ ) As Boolean
Parameters
- fieldName
- The name of the field to use for drawing order. Cannot be null
- sortDirection
- The sort direction
Return Value
True if the field can be used, false otherwise.