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


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

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