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


ICadastralPoints.GetPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPoints Interface > ICadastralPoints.GetPoints Method
ArcGIS Developer Help

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