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


IEnumCadastralFabricJobImpl.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IE > IEnumCadastralFabricJobImpl Interface > IEnumCadastralFabricJobImpl.Add Method
ArcGIS Developer Help

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