Gets or sets the bearing offset of the site location relative to the object's position.
Read-write property
[Visual Basic .NET] |
---|
Public Property Bearing() As System.Object |
[C#] |
---|
public System.Object Bearing {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Bearing(); |
[Unmanaged C++] |
---|
public: HRESULT get_Bearing( VARIANT * pVal ); public: HRESULT put_Bearing( VARIANT newVal ); |
[Java] |
---|
public AgVariant getBearing(); public void setBearing( AgVariant ); |