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


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

IConstructionPoints.ClearConstructionPoints Method

Clears the construction points.

[Visual Basic .NET]
Public Sub ClearConstructionPoints ( _
)
[C#]
public void ClearConstructionPoints (
);
[C++]
HRESULT ClearConstructionPoints(
void
);

Product Availability

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

See Also

IConstructionPoints Interface