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


ICadastralControlPoints.GetControlPointByNetworkPointID 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.GetControlPointByNetworkPointID Method
ArcGIS Developer Help

ICadastralControlPoints.GetControlPointByNetworkPointID Method

Get Control Point by point number.

[Visual Basic .NET]
Public Function GetControlPointByNetworkPointID ( _
    ByVal Id As Integer _
) As IGSControlPoint
[C#]
public IGSControlPoint GetControlPointByNetworkPointID (
    int Id
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralControlPoints Interface