SoMFBitMaskEnumTypeCopyFrom Method (SoMFBitMaskEnumType) |
Copy from another field of same type.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void CopyFrom(
SoMFBitMask<EnumType> f
)
Public Sub CopyFrom (
f As SoMFBitMask(Of EnumType)
)
public:
void CopyFrom(
SoMFBitMask<EnumType>^ f
)
member CopyFrom :
f : SoMFBitMask<'EnumType> -> unit
Parameters
- f
- Type: OIV.Inventor.FieldsSoMFBitMaskEnumType
Remarks See Also