The full path and file name of the track
model file.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property FilePath() As String
|
| [C#] |
|---|
public string FilePath {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_FilePath();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_FilePath(
|
| [Java] |
|---|
public String getFilePath();
|