Click or drag to resize
SoMFNameSetValues Method

Sets num values beginning at index start to the names contained in the given set of character strings.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetValues(
	int start,
	string[] strings
)

Parameters

start
Type: SystemInt32
strings
Type: SystemString
Remarks

See Also