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


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

ICadastralControlPoints.LoadControlFile Method

Packet distance tolerance.

[Visual Basic .NET]
Public Function LoadControlFile ( _
    ByVal Filename As String, _
    ByVal width As Integer _
) As String
[C#]
public string LoadControlFile (
    string Filename,
    int width
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralControlPoints Interface