AGI STK VGT 11 Send comments on this topic.
MaximumNumberOfIntervals Property (IAgCrdnLastIntervalsFilter)
See Also 





Description

Maximum number of intervals.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_MaximumNumberOfIntervals();
public: __property void set_MaximumNumberOfIntervals(
int
);

[Unmanaged C++]
public: HRESULT get_MaximumNumberOfIntervals(
int * pRetVal
);
public: HRESULT put_MaximumNumberOfIntervals(
int NewMaximumNumberOfIntervals
);

[Java]
public ppInteger getMaximumNumberOfIntervals();public void setMaximumNumberOfIntervals(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface