Click or drag to resize
SoMFieldSet1 Method

This is equivalent to the OIV.Inventor.Fields.SoField.Set(System.String) method of OIV.Inventor.Fields.SoField, but operates on only one value.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool Set1(
	int index,
	string valueString
)

Parameters

index
Type: SystemInt32
valueString
Type: SystemString

Return Value

Type: Boolean
Remarks

See the OIV.Inventor.Fields.SoField methods for details. If field's values are stored in an user data array and if specified index is greater than this array's length, a new array is allocated and the user's one is no more used.

See Also