ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.AngularUnitCode Property

The angular unit code.

[Visual Basic .NET]
Public Property AngularUnitCode As Integer
[C#]
public int AngularUnitCode {get; set;}
[C++]
HRESULT get_AngularUnitCode(
  long* code
);
[C++]
HRESULT put_AngularUnitCode(
  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