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


IEnumCadastralFabricJobImpl.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Cadastral)  

IEnumCadastralFabricJobImpl.Add Method

Add CadastralFabric and job pair.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumCadastralFabricJobImpl Interface