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 * pVal
);
public: HRESULT put_ComputationTrackId(
long TrackId
);
|
[Java] |
---|
public int getComputationTrackId();
public void setComputationTrackId(
int
);
|
See Also