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


ICadastralFeatureGenerator.GetControlPointFeature Method (ArcObjects .NET 10.4 SDK)
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