STK ObjectsSend comments on this topic.
DisplayIntervals Property (IAgDuringAccess)
See Also
Windows





Windows & Linux

Description

Gets the display intervals property.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DisplayIntervals() As IAgIntervalCollection
[C#]
public IAgIntervalCollection DisplayIntervals {get;}
[Managed C++]
public: __property IAgIntervalCollection ^ get_DisplayIntervals();
[Unmanaged C++]
public: HRESULT get_DisplayIntervals(
    IAgIntervalCollection ** ppVal
);
[Java]
public IAgIntervalCollection getDisplayIntervals();
[Python - STK API ]
@property
def DisplayIntervals(self) -> "IAgIntervalCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.