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