STK ObjectsSend comments on this topic.
FilePath Property (IAgMtoVOModel)
See Also
Windows





Windows & Linux

Description

The full path and file name of the track model file.

Property type

Read-only property

Syntax

[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(
    BSTR * pVal
);
[Java]
public String getFilePath();
[Python - STK API ]
@property
def FilePath(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.