| XSBaseRawCopyValuesToOther Method  | 
 
            Copy the values of this cross section to another cross section
            
 
    Namespace: 
   DHI.Mike1D.CrossSectionModule
    Assembly:
   DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
 Syntax
Syntaxpublic void CopyValuesToOther(
	XSBaseRaw cs
)
Public Sub CopyValuesToOther ( 
	cs As XSBaseRaw
)
public:
void CopyValuesToOther(
	XSBaseRaw^ cs
)
Parameters
- cs
- Type: DHI.Mike1D.CrossSectionModuleXSBaseRaw
 [Missing <param name="cs"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBaseRaw.CopyValuesToOther(DHI.Mike1D.CrossSectionModule.XSBaseRaw)"] 
 See Also
See Also