Click or drag to resize

ParticleSourceCreate Method

Creates a new default ParticleSource within the document.

Namespace: ema3d.Api.V25.Charging.Excitation
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static ParticleSource Create(
	Document document = null
)

Parameters

document  Document  (Optional)
Document object to create new definition in.

Return Value

ParticleSource
The new default ParticleSource object.
See Also