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


IConstructionPoints.RemoveConstructionPoint 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.RemoveConstructionPoint Method
ArcGIS Developer Help

IConstructionPoints.RemoveConstructionPoint Method

Remove the construction point.

[Visual Basic .NET]
Public Sub RemoveConstructionPoint ( _
    ByVal UnjoinedPointNo As Integer _
)
[C#]
public void RemoveConstructionPoint (
    int UnjoinedPointNo
);
[C++]
HRESULT RemoveConstructionPoint(
  long UnjoinedPointNo
);
[C++]
Parameters
UnjoinedPointNo [in]

UnjoinedPointNo is a parameter of type long

Product Availability

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

See Also

IConstructionPoints Interface