CrossSectionFactorySetEquidistantProcessingLevelSpecs Method (XSBaseRaw, Int32) | 
 
            Sets equidistant processinglevel specs similar to those set in a MU setup
            Builder pattern: Builds xsBaseRaw.
            
 
    Namespace: 
   DHI.Mike1D.CrossSectionModule
    Assembly:
   DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void SetEquidistantProcessingLevelSpecs(
	XSBaseRaw xsBaseRaw,
	int nLevels
)
Public Shared Sub SetEquidistantProcessingLevelSpecs ( 
	xsBaseRaw As XSBaseRaw,
	nLevels As Integer
)
public:
static void SetEquidistantProcessingLevelSpecs(
	XSBaseRaw^ xsBaseRaw, 
	int nLevels
)
Parameters
- xsBaseRaw
 - Type: DHI.Mike1D.CrossSectionModuleXSBaseRaw
Base cross section to set specs to - nLevels
 - Type: SystemInt32
Number of equidistant layers 
See Also