ArcObjects Library Reference (GeoDatabaseExtensions)  

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