ElasticModel Class

Fortran DLL Wrapper

ElasticModel Class

Implementation of IElasticModel and ICloneable.
Inheritance Hierarchy
SystemObject  FortranWrapperElasticModel

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

The ElasticModel type exposes the following members.

Constructors
  NameDescription
Public methodElasticModel
Initializes a new instance of the ElasticModel class
Top
Properties
  NameDescription
Public propertyBoreholeCondition
Gets or sets borehole condition.
Public propertyFailureProperties
Gets or sets failure properties.
Public propertyMechanicalProperties
Gets or sets mechanical properties.
Public propertyStressGradients
Gets or sets stress gradients.
Public propertyWellboreGeometry
Gets or set wellbore geometry.
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