AGI AgAsHpopPlugin 11 Send comments on this topic.
ReportFrequency Property (IAgAsDensityModelPluginSample)
See Also 





Description

Frequency of output of debug messages, in number of integration steps.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_ReportFrequency();
public: __property void set_ReportFrequency(
int
);

[Unmanaged C++]
public: HRESULT get_ReportFrequency(
long * pRetVal
);
public: HRESULT put_ReportFrequency(
long NewReportFrequency
);

[Java]
public int getReportFrequency();public void setReportFrequency(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1