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


ICadastralPacketEdit.ConvertFeetInchesToDouble Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoSurvey)  

ICadastralPacketEdit.ConvertFeetInchesToDouble Method

Convert a feet and inches character string to a double precision value.

[Visual Basic .NET]
Public Function ConvertFeetInchesToDouble ( _
    ByVal value As String _
) As Double
[C#]
public double ConvertFeetInchesToDouble (
    string value
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPacketEdit Interface