VGGraph.NearestEdge[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::VGEdge ^ NearestEdge[double, double, double] { Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGEdge ^ get(double x, double y, double distance); };
public Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGEdge NearestEdge[double x, double y, double distance] { get; }
member this.NearestEdge(double * double * double) : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGEdge
Public ReadOnly Property NearestEdge(x As Double, y As Double, distance As Double) As VGEdge
Parameters
- x
- Double
- y
- Double
- distance
- Double