Click or drag to resize
SoMFieldGet1 Method

This is equivalent to the OIV.Inventor.Fields.SoField.Get(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 void Get1(
	int index,
	out string valueString
)

Parameters

index
Type: SystemInt32
valueString
Type: SystemString
Remarks

See the OIV.Inventor.Fields.SoField methods for details.

See Also