Click or drag to resize
SoFieldContainerCopyFieldValues Method (SoFieldContainer, Boolean)

Copies the contents of fc's fields into this object's fields.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void CopyFieldValues(
	SoFieldContainer fc,
	bool copyConnections
)

Parameters

fc
Type: OIV.Inventor.FieldsSoFieldContainer
copyConnections
Type: SystemBoolean
Remarks

fc must be the same type as this object. If copyConnections is true, then if any of fc's fields are connected then this object's fields will also be connected to the same source.

See Also