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


ICadastralPacket.AppendFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPacket Interface > ICadastralPacket.AppendFile Method
ArcGIS Developer Help

ICadastralPacket.AppendFile Method

Append XML File to Packet.

[Visual Basic .NET]
Public Function AppendFile ( _
    ByVal Filename As String, _
    ByVal unJoinedLots As Boolean, _
    ByVal includeControl As Boolean, _
    ByVal includeText As Boolean _
) As String
[C#]
public string AppendFile (
    string Filename,
    bool unJoinedLots,
    bool includeControl,
    bool includeText
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPacket Interface