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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.