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


ICadastralImporter.OutputLogfile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralImporter Interface > ICadastralImporter.OutputLogfile Property
ArcGIS Developer Help

ICadastralImporter.OutputLogfile Property

Output log file.

[Visual Basic .NET]
Public Property OutputLogfile As String
[C#]
public string OutputLogfile {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use to get or set the Output location for a Log file during the Cadastral Fabric import process

The OutputLogfile property is used by the importer when importing Control points and Fabric Source Data

This log file can be used to troubleshoot any data problems when importing into a Cadastral Fabric 

See Also

ICadastralImporter Interface