STK ObjectsSend comments on this topic.
AccessTimes Property (IAgSnPtTargeted)
See Also
Windows





Windows & Linux

Description

Get the access periods between the sensor and its target(s).

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.