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





Windows & Linux

Description

Opt whether to use the master data file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMasterDataFile() As Boolean
[C#]
public bool UseMasterDataFile {get; set;}
[Managed C++]
public: __property bool get_UseMasterDataFile();
public: __property void set_UseMasterDataFile( bool );
[Unmanaged C++]
public: HRESULT get_UseMasterDataFile(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseMasterDataFile(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseMasterDataFile();
public void setUseMasterDataFile(
    bool
);
[Python - STK API ]
@property
def UseMasterDataFile(self) -> bool:

@UseMasterDataFile.setter
def UseMasterDataFile(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.