IElasticModel.BoreholeCondition Property

Fortran DLL Wrapper

IElasticModelBoreholeCondition Property

Gets or sets borehole condition.

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

Property Value

Type: BoreholeCondition
See Also