Description
The ID of the track to be referenced for working with other tools.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ComputationTrackId() As Integer
|
| [C#] |
|---|
public int ComputationTrackId {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_ComputationTrackId(); public: __property void set_ComputationTrackId( int );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ComputationTrackId( long * pRetVal ); public: HRESULT put_ComputationTrackId( long NewComputationTrackId );
|
| [Java] |
|---|
public int getComputationTrackId();public void setComputationTrackId( int );
|
See Also