Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
::
..CopyFrom Method (MagnetPlane)
|
|
Copies the given Plane Magnet's data into this Plane Magnet's data
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public void CopyFrom(
MagnetPlane cMagnetToCopy
)
|
Visual Basic
|
Public Sub CopyFrom (
cMagnetToCopy As MagnetPlane
)
|
Visual C++
|
public:
void CopyFrom(
MagnetPlane^ cMagnetToCopy
)
|
Parameters
cMagnetToCopy
Type: DPSF..::..MagnetPlane
The Plane Magnet to copy from
See Also
MagnetPlane Class
MagnetPlane Members
CopyFrom Overload
DPSF Namespace
Send comments on this topic to
|