Description
Image file used to display the vapor trail.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ImageFile() As String
|
[C#] |
---|
public string ImageFile {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_ImageFile(); public: __property void set_ImageFile(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ImageFile(
BSTR * pImageFile
);
public: HRESULT put_ImageFile(
BSTR pImageFile
);
|
[Java] |
---|
public String getImageFile();
public void setImageFile(
String
);
|
[Python - STK API] |
---|
@property
def ImageFile(self) -> str:
@ImageFile.setter
def ImageFile(self, pImageFile:str) -> None:
|
See Also