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






Windows & Linux

Description

Intervals during which the note is displayed. This property is used if the corresponding value is selected for the NoteVisible property.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Intervals() As IAgIntervalCollection

[C#]
public IAgIntervalCollection Intervals {get;}

[Managed C++]
public: __property IAgIntervalCollection^ get_Intervals();

[Unmanaged C++]
public: HRESULT get_Intervals(
IAgIntervalCollection ** ppRetVal
);

[Java]
public IAgIntervalCollection getIntervals();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface