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 ILevelWidth this[
	int index
] { get; set; }Public Default Property Item ( 
	index As Integer
) As ILevelWidth
	Get
	Set
public:
virtual property ILevelWidth^ default[int index] {
	ILevelWidth^ get (int index) sealed;
	void set (int index, ILevelWidth^ value) sealed;
}Parameters
- index
 - Type: SystemInt32
 
Property Value
Type: 
ILevelWidthImplements
ILevelWidthsItemInt32
See Also