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: 2023.1.3.0 (2023.1.3)
Syntaxpublic 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
Remarksfc 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