This document is archived and information here might be outdated. Recommended version. |
The GPS/orientation file path.
[Visual Basic .NET]
Public Property OrientationFile As String
[C#]
public string OrientationFile {get; set;}
[C++]
HRESULT get_OrientationFile(
BSTR pOrientationFile
);
[C++]
HRESULT put_OrientationFile(
System.String* pOrientationFile
);
[C++] Parameters pOrientationFile [in]
pOrientationFile is a parameter of type BSTR pOrientationFile [out, retval]
pOrientationFile is a parameter of type BSTR*