Gets or sets the pulse integration type.
Read-write property
[Visual Basic .NET] |
---|
Public Property PulseIntegrationType() As AgERadarPulseIntegrationType |
[C#] |
---|
public AgERadarPulseIntegrationType PulseIntegrationType {get; set;} |
[Managed C++] |
---|
public: __property AgERadarPulseIntegrationType get_PulseIntegrationType(); |
[Unmanaged C++] |
---|
public: HRESULT get_PulseIntegrationType( AgERadarPulseIntegrationType * pVal ); public: HRESULT put_PulseIntegrationType( AgERadarPulseIntegrationType val ); |
[Java] |
---|
public AgERadarPulseIntegrationType getPulseIntegrationType(); public void setPulseIntegrationType( AgERadarPulseIntegrationType ); |