Returns time dependent target projection list.
Read-only property
[Visual Basic .NET] |
---|
Public Property TargetProjectionIntervals() As IAgSnVOTargetProjectionCollection |
[C#] |
---|
public IAgSnVOTargetProjectionCollection TargetProjectionIntervals {get;} |
[Managed C++] |
---|
public: __property IAgSnVOTargetProjectionCollection ^ get_TargetProjectionIntervals(); |
[Unmanaged C++] |
---|
public: HRESULT get_TargetProjectionIntervals( IAgSnVOTargetProjectionCollection ** ppVal ); |
[Java] |
---|
public IAgSnVOTargetProjectionCollection getTargetProjectionIntervals(); |
[Python - STK API ] |
---|
@property def TargetProjectionIntervals(self) -> "IAgSnVOTargetProjectionCollection": |