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


ICadastralControlPoints.GetControlPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralControlPoints Interface > ICadastralControlPoints.GetControlPoints Method
ArcGIS Developer Help

ICadastralControlPoints.GetControlPoints Method

Start a sequential fetch of control points.

[Visual Basic .NET]
Public Function GetControlPoints ( _
    ByVal pGeometry As IGeometry _
) As IEnumGSControlPoints
[C#]
public IEnumGSControlPoints GetControlPoints (
    IGeometry pGeometry
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralControlPoints Interface