STK AviatorSend comments on this topic.
SetFilepath Method (IAgAvtrMissileExternalAero)
See Also
Filepath
Windows





Windows & Linux

Description

Set the filepath for the external aero file.

Syntax

[Visual Basic .NET]
Public Function SetFilepath( _
    ByVal Filepath As String _
) As String
[C#]
public string SetFilepath(
    string Filepath
);
[Managed C++]
public: String __gc ^ SetFilepath(
    String __gc ^ Filepath
);
[Unmanaged C++]
public: HRESULT SetFilepath(
    BSTR Filepath,
    BSTR * pReturnMsg
);
[Java]
public String setFilepath(
    String Filepath
);
[Python - STK API ]
def SetFilepath(self, Filepath:str) -> str:

Parameters

Filepath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.