ArcObjects Library Reference (CadastralUI)  

ICadastralFeatureGenerator.GetControlPointFeature Method

GSControlPoint feature specified by its OID.

[Visual Basic .NET]
Public Function GetControlPointFeature ( _
    ByVal pCadastralEditor As ICadastralEditor, _
    ByVal OID As Integer _
) As IGSControlPoint
[C#]
public IGSControlPoint GetControlPointFeature (
    ICadastralEditor pCadastralEditor,
    int OID
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralFeatureGenerator Interface