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