 | ParticleSourcePosX Property |
Gets/sets a boolean indicating if the particle is activated in the +x direction for a box-shaped source.
Set only accessible for a box-shaped particle source.
Namespace: ema3d.Api.V25.Charging.ExcitationAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic bool PosX { get; set; }
Public Property PosX As Boolean
Get
Set
public:
property bool PosX {
bool get ();
void set (bool value);
}
member PosX : bool with get, set
Property Value
Boolean
See Also