Click or drag to resize
SoFieldContainerGet Method

Returns the values of the fields of this object in the Open Inventor ASCII file format in the given string.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void Get(
	out string fieldDataString
)

Parameters

fieldDataString
Type: SystemString
Remarks

Fields whose isDefault() bit is set will not be part of the string. You can use the OIV.Inventor.Fields.SoField.Get(System.String@) method to get a field's value as a string even if has its default value.

See Also