BridgeBaseBaseCoef Property  | 
 [Missing <summary> documentation for "P:DHI.Mike1D.StructureModule.BridgeBase.BaseCoef"]
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double[,][] BaseCoef { get; set; }Public Property BaseCoef As Double(,)()
	Get
	Set
public:
virtual property array<array<double,2>^>^ BaseCoef {
	array<array<double,2>^>^ get () sealed;
	void set (array<array<double,2>^>^ value) sealed;
}Property Value
Type: 
DoubleImplements
IBridgeStructureBaseCoef
See Also