Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Copy Constructor
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public MagnetPlane(
MagnetPlane cMagnetToCopy
)
|
Visual Basic
|
Public Sub New (
cMagnetToCopy As MagnetPlane
)
|
Visual C++
|
public:
MagnetPlane(
MagnetPlane^ cMagnetToCopy
)
|
Parameters
cMagnetToCopy
Type: DPSF..::..MagnetPlane
The Plane Magnet to copy from
See Also
MagnetPlane Class
MagnetPlane Members
MagnetPlane Overload
DPSF Namespace
Send comments on this topic to
|