ArcObjects Library Reference (GeoSurvey)  

ICadastralPoints.GetPoint Method

Get Point by id.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPoints Interface