Click or drag to resize
SoMFieldGet1 Method

This is equivalent to the get() method of SoField, but operates on only one value.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void Get1(
	int index,
	out string valueString
)

Parameters

index
Type: SystemInt32
valueString
Type: SystemString
Remarks

See the SoField methods for details.

See Also