ArcObjects Library Reference (GeoDatabaseExtensions)  

IConstructionBasisOfBearing.BasisOfBearingOffset Property

The basis of bearing offset angle.

[Visual Basic .NET]
Public Property BasisOfBearingOffset As Double
[C#]
public double BasisOfBearingOffset {get; set;}
[C++]
HRESULT get_BasisOfBearingOffset(
  double* angleOffset
);
[C++]
HRESULT put_BasisOfBearingOffset(
  double angleOffset
);
[C++]

Parameters

angleOffset [out, retval]   angleOffset is a parameter of type double angleOffset [in]   angleOffset is a parameter of type double

Product Availability

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

See Also

IConstructionBasisOfBearing Interface