AGI STK Objects 11 Send comments on this topic.
PulseNumber Property (IAgRadarPulseIntegrationFixedNumberOfPulses)
See Also 
Windows






Windows & Linux

Description

Gets or sets the pulse number.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PulseNumber() As Integer

[C#]
public int PulseNumber {get; set;}

[Managed C++]
public: __property int get_PulseNumber();
public: __property void set_PulseNumber(
int
);

[Unmanaged C++]
public: HRESULT get_PulseNumber(
int * pRetVal
);
public: HRESULT put_PulseNumber(
int NewPulseNumber
);

[Java]
public ppInteger getPulseNumber();public void setPulseNumber(
ppInteger
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface