STK AviatorSend comments on this topic.
Filepath Property (IAgAvtrMissileExternalProp)
See Also
Windows





Windows & Linux

Description

Get the filepath for the external prop 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.