Copyright © 2006-2019 MultiMedia Soft

Oscilloscope.Type property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property Type As enumOscillType


 

[C#]

public enumOscillType Type {get; set;}


 

[C++]

public: __property enumOscillType get_Type();

public: __property void set_Type(enumOscillType);


 

 

Remarks

Determines the type of drawing performed for the embedded Oscilloscope visual feedback.

Supported values are the following:

Mnemonic constant

Value

Meaning

OSCILL_TYPE_LINES (default)

0

The oscilloscope line is rendered through contiguous lines

OSCILL_TYPE_DOTS

1

The oscilloscope line is rendered through dots

asrecnet_i000041

 

 

See also

Oscilloscope class.

DisplayOscilloscope property

How to use embedded Visual Feedbacks section.