Click or drag to resize

XSBaseRawGetMarkerSequence Method

Returns a sequence of markers and their indices.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void GetMarkerSequence(
	out int[] markers,
	out int[] markersIndeces
)

Parameters

markers
Type: SystemInt32

[Missing <param name="markers"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBaseRaw.GetMarkerSequence(System.Int32[]@,System.Int32[]@)"]

markersIndeces
Type: SystemInt32

[Missing <param name="markersIndeces"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBaseRaw.GetMarkerSequence(System.Int32[]@,System.Int32[]@)"]

See Also