STK AviatorSend comments on this topic.
SetPropFilepath Method (IAgAvtrAircraftExternalProp)
See Also
Filepath
Windows





Windows & Linux

Description

Set the filepath for the prop file.

Syntax

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

Parameters

Filepath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.