EffectXML

Gets and sets an XML that defines the animation effect’s particle system parameters, such as the shape and size of the particle emitter, and shape and scale factor of the volume that the particles are emitted into. See “Particle Editor Parameters” in the “Effects” chapter in the TerraExplorer User Manual for a description of the XML’s particle system parameters.

Note:    The animation effects themselves are created by calling ICreator80. CreateEffect.

 

JavaScript

 

 

 

EffectXML

 

C#

 

 

 

string EffectXML { get; set; }

 

C++

 

 

 

HRESULT EffectXML([out, retval] BSTR* xml)

HRESULT EffectXML([in] BSTR xml)