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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface