Class NodeService
Inheritance
System.Object
NodeService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NavJU.Services
Assembly: NavJU.dll
Syntax
public class NodeService
Methods
FindClosestNode(MainViewModel, String, String, Double, Double)
Declaration
public static Room FindClosestNode(MainViewModel model, string building, string floor, double pointX, double pointY)
Parameters
| Type | Name | Description |
|---|---|---|
| MainViewModel | model | |
| System.String | building | |
| System.String | floor | |
| System.Double | pointX | |
| System.Double | pointY |
Returns
| Type | Description |
|---|---|
| Room |