RandomNoiseComponentId Property |
LightningChart .NET Help
Gets or sets the unique identifier of this instance.
Namespace:
Arction.WinForms.SignalProcessing
Assembly:
Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntaxpublic Guid Id { get; set; }Public Property Id As Guid
Get
Set
public:
virtual property Guid Id {
Guid get () sealed;
void set (Guid value) sealed;
}Property Value
Type:
GuidImplements
IWaveFormComponentId
See Also