STK ObjectsSend comments on this topic.
FirstPathNum Property (IAgVeRepeatGroundTrackNumbering)
See Also
Windows





Windows & Linux

Description

Path numbers are incremented concurrently with pass numbers, but are limited to a range of 1 to the number of revolutions in the repeat cycle. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FirstPathNum() As Integer
[C#]
public int FirstPathNum {get; set;}
[Managed C++]
public: __property int get_FirstPathNum();
public: __property void set_FirstPathNum( int );
[Unmanaged C++]
public: HRESULT get_FirstPathNum(
    long * pVal
);
public: HRESULT put_FirstPathNum(
    long FirstPathNum
);
[Java]
public int getFirstPathNum();
public void setFirstPathNum(
    int
);
[Python - STK API ]
@property
def FirstPathNum(self) -> int:

@FirstPathNum.setter
def FirstPathNum(self, FirstPathNum:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.