Description
Gets or sets the flag for modeling coherent pulses.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property EnableCoherentPulses() As Boolean
|
| [C#] |
|---|
public bool EnableCoherentPulses {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_EnableCoherentPulses(); public: __property void set_EnableCoherentPulses( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_EnableCoherentPulses( VARIANT_BOOL * pRetVal ); public: HRESULT put_EnableCoherentPulses( VARIANT_BOOL NewEnableCoherentPulses );
|
| [Java] |
|---|
public bool getEnableCoherentPulses();public void setEnableCoherentPulses( bool );
|
See Also