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


IEnumCadastralFabricJob.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Cadastral)  

IEnumCadastralFabricJob.Next Method

Next CadastralFabric and job pair.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef CadastralFabric As ICadastralFabric, _
    ByRef Job As String, _
    ByRef JobID As Integer _
)
[C#]
public void Next (
    ref ICadastralFabric CadastralFabric,
    ref string Job,
    ref int JobID
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumCadastralFabricJob Interface