Get the 3D graphics properties based on intervals.
Read-only property
[Visual Basic .NET] |
---|
Public Property Intervals() As IAgVeVOIntervalsCollection |
[C#] |
---|
public IAgVeVOIntervalsCollection Intervals {get;} |
[Managed C++] |
---|
public: __property IAgVeVOIntervalsCollection ^ get_Intervals(); |
[Unmanaged C++] |
---|
public: HRESULT get_Intervals( IAgVeVOIntervalsCollection ** ppVal ); |
[Java] |
---|
public IAgVeVOIntervalsCollection getIntervals(); |
[Python - STK API ] |
---|
@property def Intervals(self) -> "IAgVeVOIntervalsCollection": |