Copies the state of another IEVSoftShadow object.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Assign(
	IEVSoftShadow source
)
Public Sub Assign ( _
	source As IEVSoftShadow _
)
public:
void Assign(
	IEVSoftShadow^ source
)

Parameters

source
IEVSoftShadow
Source object

See Also