STK ObjectsSend comments on this topic.
AvailableRoutines Property (IAgVeSGP4SegmentCollection)
See Also
Windows





Windows & Linux

Description

An array of strings returning all available routine types

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableRoutines() As System.Array
[C#]
public System.Array AvailableRoutines {get;}
[Managed C++]
public: __property System::Array get_AvailableRoutines();
[Unmanaged C++]
public: HRESULT get_AvailableRoutines(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getAvailableRoutines();
[Python - STK API ]
@property
def AvailableRoutines(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.