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


IGeoSurveyFunctions.ReadFeetInches Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGeoSurveyFunctions Interface > IGeoSurveyFunctions.ReadFeetInches Method
ArcGIS Developer Help

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