AGI STK Objects 11 Send comments on this topic.
PollPeriod Property (IAgStkPreferencesConnect)
See Also 





Description

Period between port polls in msec.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_PollPeriod();
public: __property void set_PollPeriod(
int
);

[Unmanaged C++]
public: HRESULT get_PollPeriod(
long * pRetVal
);
public: HRESULT put_PollPeriod(
long NewPollPeriod
);

[Java]
public int getPollPeriod();public void setPollPeriod(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1