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


ICadastralImporterCallback.SetImporterCallback Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Cadastral)  

ICadastralImporterCallback.SetImporterCallback Method

Importer call back interface.

[Visual Basic .NET]
Public Sub SetImporterCallback ( _
    ByVal eImporterCallback As esriFabricImporterType, _
    ByVal pCallback As ICadastralRowWriteCallback _
)
[C#]
public void SetImporterCallback (
    esriFabricImporterType eImporterCallback,
    ICadastralRowWriteCallback pCallback
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralImporterCallback Interface