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