This document is archived and information here might be outdated. Recommended version. |
Retrieve the information from the next Cadastral Adjustment.
[Visual Basic .NET] Public Sub Next ( _ ByRef padjustmentLevel As Integer, _ ByRef pDate As Object, _ ByRef ppOutlineGeometry As IGeometry _ )
[C#] public void Next ( ref int padjustmentLevel, ref object pDate, ref IGeometry ppOutlineGeometry );
E_INVALIDARG This input parameters contained invalid long*, VARIANT* or IGeometry** pointers.
Retrieve the information relating to the next Cadastral Adjustment.
The Next method will return the adjustment level, date and outline geometry for the next Cadastral Adjustment stored in the specified Cadastral Fabric, with data being returned in order of increasing adjustment level. If the CadastralFabric property has not been set, no data are returned. The position refered to by the Next method can be set using the Reset method. If Next is called without first calling Reset, the data with the lowest adjustment level are returned first.
Calling Next after the highest adjustment level has been reached will return S_FALSE.
HRESULT Next(
long* padjustmentLevel,
VARIANT* pDate,
IGeometry** ppOutlineGeometry
);