Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Deep copy the ParticleToCopy's values into this Particle
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public virtual void CopyFrom(
DPSFParticle ParticleToCopy
)
|
Visual Basic
|
Public Overridable Sub CopyFrom (
ParticleToCopy As DPSFParticle
)
|
Visual C++
|
public:
virtual void CopyFrom(
DPSFParticle^ ParticleToCopy
)
|
Parameters
ParticleToCopy
Type: DPSF..::..DPSFParticle
The Particle whose values should be Copied
See Also
DPSFParticle Class
DPSFParticle Members
DPSF Namespace
Send comments on this topic to
|