 | SourceFileSignalAttachTo(PlaneWave) Method |
Attaches the signal to the Wave
Namespace: ema3d.Api.V25.Core.SignalsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic void AttachTo(
PlaneWave parent
)
Public Sub AttachTo (
parent As PlaneWave
)
public:
void AttachTo(
PlaneWave^ parent
)
member AttachTo :
parent : PlaneWave -> unit
Parameters
- parent PlaneWave
See Also