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





Windows & Linux

Description

routine type being used

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RoutineType() As String
[C#]
public string RoutineType {get; set;}
[Managed C++]
public: __property String __gc ^ get_RoutineType();
public: __property void set_RoutineType( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_RoutineType(
    BSTR * pRetVal
);
public: HRESULT put_RoutineType(
    BSTR InVal
);
[Java]
public String getRoutineType();
public void setRoutineType(
    String
);
[Python - STK API ]
@property
def RoutineType(self) -> str:

@RoutineType.setter
def RoutineType(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.