 | ParticleSourcePosY Property |
Gets/sets a boolean indicating if the particle is activated in the +y 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 PosY { get; set; }
Public Property PosY As Boolean
Get
Set
public:
property bool PosY {
bool get ();
void set (bool value);
}
member PosY : bool with get, set
Property Value
Boolean
See Also