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


ICadastralPacket.OpenFile 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.OpenFile Method
ArcGIS Developer Help

ICadastralPacket.OpenFile Method

Read XML File into Packet.

[Visual Basic .NET]
Public Function OpenFile ( _
    ByVal Filename As String _
) As String
[C#]
public string OpenFile (
    string Filename
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPacket Interface