This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPoints Interface > ICadastralPoints.GetPoints Method (ArcObjects .NET 10.5 SDK) |
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 );