Click or drag to resize
SoFieldSet Method

Sets the field to the given value, which is an ASCII string in the Open Inventor file format.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool Set(
	string valueString
)

Parameters

valueString
Type: SystemString

Return Value

Type: Boolean
Remarks

Each field subclass defines its own file format; see their reference pages for information on their file format. The string should contain only the field's value, not the field's name (e.g., "1.0", not "width 1.0"). This method returns true if the string is valid, false if it is not.

See Also