ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.LinearUnitCode Property

The linear unit code.

[Visual Basic .NET]
Public Property LinearUnitCode As Integer
[C#]
public int LinearUnitCode {get; set;}
[C++]
HRESULT get_LinearUnitCode(
  long* code
);
[C++]
HRESULT put_LinearUnitCode(
  long code
);
[C++]

Parameters

code [out, retval]   code is a parameter of type long code [in]   code is a parameter of type long

Product Availability

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

See Also

IGpSpRefObject Interface