PrimitiveFillData::=

PrimitiveFillData::=
PrimitiveFillData& operator =(const PrimitiveFillData& src);
Description

The = operator assigns the value of the passed PrimitiveFillData to the current one.

Parameters
Parameters 
Description 
const PrimitiveFillData& src 
The PrimitiveFillData which is assigned to the current one. 
Return Value

A reference to the PrimitiveFillData whose values are assigned with those of the passed structure.