ArcObjects Library Reference (GeoSurvey)  

ICadastralPoints.GetPoints Method

Get a Set of Points in packet.

[Visual Basic .NET]
Public Sub GetPoints ( _
    ByVal pIEnvelope As IEnvelope, _
    ByVal bRecycling As Boolean, _
    ByRef ppEnumGSPoints As IEnumGSPoints _
)
[C#]
public void GetPoints (
    IEnvelope pIEnvelope,
    bool bRecycling,
    ref IEnumGSPoints ppEnumGSPoints
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPoints Interface