ElasticModel.BoreholeCondition Property

Fortran DLL Wrapper

ElasticModelBoreholeCondition Property

Gets or sets borehole condition.

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public BoreholeCondition[] BoreholeCondition { get; set; }
Public Property BoreholeCondition As BoreholeCondition()
	Get
	Set
public:
virtual property array<BoreholeCondition>^ BoreholeCondition {
	array<BoreholeCondition>^ get () sealed;
	void set (array<BoreholeCondition>^ value) sealed;
}
abstract BoreholeCondition : BoreholeCondition[] with get, set
override BoreholeCondition : BoreholeCondition[] with get, set

Property Value

Type: BoreholeCondition

Implements

IElasticModelBoreholeCondition
See Also