Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void CopyTo(
IStructure[] array,
int arrayIndex
)
Public Sub CopyTo (
array As IStructure(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<IStructure^>^ array,
int arrayIndex
) sealed
Parameters
- array
- Type: DHI.Mike1D.StructureModuleIStructure
The one-dimensional Array that is the destination of the elements copied from ICollectionT. The Array must have zero-based indexing. - arrayIndex
- Type: SystemInt32
The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)Exceptions See Also