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





Windows & Linux

Description

Gets or sets the master data file path.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MasterDataFilepath() As String
[C#]
public string MasterDataFilepath {get; set;}
[Managed C++]
public: __property String __gc ^ get_MasterDataFilepath();
public: __property void set_MasterDataFilepath( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_MasterDataFilepath(
    BSTR * pVal
);
public: HRESULT put_MasterDataFilepath(
    BSTR newVal
);
[Java]
public String getMasterDataFilepath();
public void setMasterDataFilepath(
    String
);
[Python - STK API ]
@property
def MasterDataFilepath(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.