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


IVectorFieldFunctionArguments.AngleReferenceSystem Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IVectorFieldFunctionArguments.AngleReferenceSystem Property

Denotes whether the angle is mesured in Arithmetic or Geographic Units.

[Visual Basic .NET]
Public Property AngleReferenceSystem As esriAngleReferenceSystem
[C#]
public esriAngleReferenceSystem AngleReferenceSystem {get; set;}
[C++]
HRESULT get_AngleReferenceSystem(
  esriAngleReferenceSystem* pAngleReferenceSystem
);
[C++]
HRESULT put_AngleReferenceSystem(
  esriAngleReferenceSystem pAngleReferenceSystem
);
[C++]

Parameters pAngleReferenceSystem [out, retval]
pAngleReferenceSystem is a parameter of type esriAngleReferenceSystem pAngleReferenceSystem [in]
pAngleReferenceSystem is a parameter of type esriAngleReferenceSystem

Product Availability

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

See Also

IVectorFieldFunctionArguments Interface