STK AviatorSend comments on this topic.
PropFilepath Property (IAgAvtrAircraftExternalProp)
See Also
Windows





Windows & Linux

Description

Get the filepath for the prop file.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PropFilepath() As String
[C#]
public string PropFilepath {get;}
[Managed C++]
public: __property String __gc ^ get_PropFilepath();
[Unmanaged C++]
public: HRESULT get_PropFilepath(
    BSTR * pVal
);
[Java]
public String getPropFilepath();
[Python - STK API ]
@property
def PropFilepath(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.