This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGeoSurveyFunctions Interface > IGeoSurveyFunctions.ReadFeetInches Method (ArcObjects .NET 10.4 SDK) |
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 );