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