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


IConstructionBasisOfBearing.BasisOfBearingOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionBasisOfBearing Interface > IConstructionBasisOfBearing.BasisOfBearingOffset Property
ArcGIS Developer Help

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(
  System.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