![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionPoints Interface > IConstructionPoints.FindConstructionPoint Method (ArcObjects .NET 10.5 SDK) |
The construction point with the matching point No. Coordinates are in meters.
[Visual Basic .NET] Public Sub FindConstructionPoint ( _ ByVal UnjoinedPointNo As Integer, _ ByRef x As Double, _ ByRef y As Double _ )
[C#] public void FindConstructionPoint ( int UnjoinedPointNo, ref double x, ref double y );
[C++]
HRESULT FindConstructionPoint(
long UnjoinedPointNo,
double* x,
double* y
);
[C++]
Parameters UnjoinedPointNo [in] UnjoinedPointNo is a parameter of type long x [in, out] x is a parameter of type double y [in, out] y is a parameter of type double