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


IGeoSurveyFunctions.ReadFeetInches Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoSurvey)  

IGeoSurveyFunctions.ReadFeetInches Method

Convert Feet and Inches text string to a value in decimal feet.

[Visual Basic .NET]
Public Sub ReadFeetInches ( _
    ByVal text As String, _
    ByRef pFeet As Double _
)
[C#]
public void ReadFeetInches (
    string text,
    ref double pFeet
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGeoSurveyFunctions Interface