Gets or sets the ID of the track to be referenced for working with other tools.
Read-write property
[Visual Basic .NET] |
---|
Public Property ComputationTrackId() As Integer |
[C#] |
---|
public int ComputationTrackId {get; set;} |
[Managed C++] |
---|
public: __property int get_ComputationTrackId(); |
[Unmanaged C++] |
---|
public: HRESULT get_ComputationTrackId( long * pVal ); public: HRESULT put_ComputationTrackId( long TrackId ); |
[Java] |
---|
public int getComputationTrackId(); public void setComputationTrackId( int ); |