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