This document is archived and information here might be outdated.  Recommended version.


IConstructionPoints.AddConstructionPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionPoints Interface > IConstructionPoints.AddConstructionPoint Method
ArcGIS Developer Help

IConstructionPoints.AddConstructionPoint Method

Adds a construction point to the parcel construction data. Coordinates are in meters.

[Visual Basic .NET]
Public Sub AddConstructionPoint ( _
    ByVal UnjoinedPointNo As Integer, _
    ByVal x As Double, _
    ByVal y As Double _
)
[C#]
public void AddConstructionPoint (
    int UnjoinedPointNo,
    double x,
    double y
);
[C++]
HRESULT AddConstructionPoint(
  long UnjoinedPointNo,
  double x,
  double y
);
[C++]
Parameters
UnjoinedPointNo [in]

UnjoinedPointNo is a parameter of type long x [in]
x is a parameter of type double y [in]
y is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConstructionPoints Interface