AGI STK Objects 11Send 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 NewRoutineType
);
[Java]
public String getRoutineType();public void setRoutineType(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.