OrificeFlowCoefficientsItem Property  | 
 
            Get/set a coefficient set at the specified index
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic IOrificeFlowCoefficientSet this[
	int index
] { get; set; }Public Default Property Item ( 
	index As Integer
) As IOrificeFlowCoefficientSet
	Get
	Set
public:
virtual property IOrificeFlowCoefficientSet^ default[int index] {
	IOrificeFlowCoefficientSet^ get (int index) sealed;
	void set (int index, IOrificeFlowCoefficientSet^ value) sealed;
}Parameters
- index
 - Type: SystemInt32
 
Property Value
Type: 
IOrificeFlowCoefficientSetImplements
IOrificeFlowCoefficientsItemInt32
See Also