Click or drag to resize

XSBaseRawSetMarkerAt Method

Set a particular marker to a given 0-BASED index (within the list of points), or remove it (call with -1). If any other point had this marker before, it gets removed from that point. Throws IndexOutOfRangeException if list of points is empty or index is invalid.

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 SetMarkerAt(
	int marker,
	int index
)

Parameters

marker
Type: SystemInt32
the marker to set (PreDefined as int, or user-defined)
index
Type: SystemInt32
the index of the point to mark, or -1 to remove the marker
See Also