STK AviatorSend comments on this topic.
OverrideDataFilepath Property (IAgAvtrARINC424Source)
See Also
Windows





Windows & Linux

Description

Gets or sets the file path to the data overriding the mader data file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OverrideDataFilepath() As String
[C#]
public string OverrideDataFilepath {get; set;}
[Managed C++]
public: __property String __gc ^ get_OverrideDataFilepath();
public: __property void set_OverrideDataFilepath( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_OverrideDataFilepath(
    BSTR * pVal
);
public: HRESULT put_OverrideDataFilepath(
    BSTR newVal
);
[Java]
public String getOverrideDataFilepath();
public void setOverrideDataFilepath(
    String
);
[Python - STK API ]
@property
def OverrideDataFilepath(self) -> str:

@OverrideDataFilepath.setter
def OverrideDataFilepath(self, newVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.