ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.IsHighPrecision Property

The HighPrecision property.

[Visual Basic .NET]
Public Property IsHighPrecision As String
[C#]
public string IsHighPrecision {get; set;}
[C++]
HRESULT get_IsHighPrecision(
  BSTR* Value
);
[C++]
HRESULT put_IsHighPrecision(
  BSTR Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type BSTR Value [in]   Value is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpSpRefObject Interface