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 * pRetVal ); public: HRESULT put_FirstPathNum( long NewFirstPathNum );
|
| [Java] |
|---|
public int getFirstPathNum();public void setFirstPathNum( int );
|
See Also