Click or drag to resize

IndexLoopSet Method

Selects the specified index.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public void Set(
	int index
)

Parameters

index
Type: SystemInt32
Value that should be assigned to Current
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe index is out of loop ranges. Index must be within Min and Max values.
See Also