SoFieldContainerCopyFieldValues Method (SoFieldContainer, Boolean) |
Copies the contents of fc's fields into this object's fields.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void CopyFieldValues(
SoFieldContainer fc,
bool copyConnections
)
Public Sub CopyFieldValues (
fc As SoFieldContainer,
copyConnections As Boolean
)
public:
void CopyFieldValues(
SoFieldContainer^ fc,
bool copyConnections
)
member CopyFieldValues :
fc : SoFieldContainer *
copyConnections : bool -> unit
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