VGGraph.NearestNode[Double, Double, Double] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGNode ^ NearestNode[double, double, double] { Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGNode ^ get(double x, double y, double distance); };
public Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGNode NearestNode[double x, double y, double distance] { get; }
member this.NearestNode(double * double * double) : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGNode
Public ReadOnly Property NearestNode(x As Double, y As Double, distance As Double) As VGNode
Parameters
- x
- Double
- y
- Double
- distance
- Double