WellboreGeometry Class

Fortran DLL Wrapper

WellboreGeometry Class

Implementation of IWellboreGeometry and ICloneable.
Inheritance Hierarchy
SystemObject  FortranWrapperWellboreGeometry

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class WellboreGeometry : IWellboreGeometry, 
	ICloneable
Public Class WellboreGeometry
	Implements IWellboreGeometry, ICloneable
public ref class WellboreGeometry : IWellboreGeometry, 
	ICloneable
type WellboreGeometry =  
    class
        interface IWellboreGeometry
        interface ICloneable
    end

The WellboreGeometry type exposes the following members.

Constructors
  NameDescription
Public methodWellboreGeometry
Initializes a new instance of the WellboreGeometry class
Top
Properties
  NameDescription
Public propertyAzimuth
Gets or sets the angle from the North direction to the horizontal projection of the wellbore, in the North to East direction. Unit: degree (deg).
Public propertyBoreholeRadius
Gets or sets the radius of the borehole. Unit: meter (m).
Public propertyInclination
Gets or sets the angle between the drill string and the vertical direction. Unit: degree (deg).
Public propertyTVD
Gets or sets the vertical distance from the ground surface (or rig floor or sea surface). Unit: meter (m).
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also