STK AviatorSend comments on this topic.
DataPath Property (IAgAvtrDAFIFSource)
See Also
Windows





Windows & Linux

Description

Gets or sets the DAFIF data path.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DataPath() As String
[C#]
public string DataPath {get; set;}
[Managed C++]
public: __property String __gc ^ get_DataPath();
public: __property void set_DataPath( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_DataPath(
    BSTR * pVal
);
public: HRESULT put_DataPath(
    BSTR newVal
);
[Java]
public String getDataPath();
public void setDataPath(
    String
);
[Python - STK API ]
@property
def DataPath(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.