ArcObjects Library Reference (GeoSurvey)  

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