AGI STK Object Broker 11 Send comments on this topic.
PruneThreshold Property (IAgStkBroker)
See Also 





Description

Any positions older than TimeInSeconds will be continually trimmed from all objects.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_PruneThreshold();
public: __property void set_PruneThreshold(
int
);

[Unmanaged C++]
public: HRESULT get_PruneThreshold(
long * pRetVal
);
public: HRESULT put_PruneThreshold(
long NewPruneThreshold
);

[Java]
public int getPruneThreshold();public void setPruneThreshold(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1