com.esri.arcgis.geodatabaseextensions
Interface IConstructionBasisOfBearing

All Superinterfaces:
Serializable
All Known Implementing Classes:
IConstructionBasisOfBearingProxy, ParcelConstructionData

public interface IConstructionBasisOfBearing
extends Serializable

Provides access to members that manipulate the basis of bearing setting for a parcel construction.

Product Availability

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


Method Summary
 double getBasisOfBearingOffset()
          The basis of bearing offset angle.
 void setBasisOfBearingOffset(double angleOffset)
          The basis of bearing offset angle.
 

Method Detail

getBasisOfBearingOffset

double getBasisOfBearingOffset()
                               throws IOException,
                                      AutomationException
The basis of bearing offset angle.

Product Availability

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

Returns:
The angleOffset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBasisOfBearingOffset

void setBasisOfBearingOffset(double angleOffset)
                             throws IOException,
                                    AutomationException
The basis of bearing offset angle.

Product Availability

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

Parameters:
angleOffset - The angleOffset (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.