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.
Read-write property
[Visual Basic .NET] |
---|
Public Property FirstPathNum() As Integer |
[C#] |
---|
public int FirstPathNum {get; set;} |
[Managed C++] |
---|
public: __property int get_FirstPathNum(); |
[Unmanaged C++] |
---|
public: HRESULT get_FirstPathNum( long * pVal ); public: HRESULT put_FirstPathNum( long FirstPathNum ); |
[Java] |
---|
public int getFirstPathNum(); public void setFirstPathNum( int ); |