AGI STK Objects 11Send comments on this topic.
ImageFile Property (IAgVOVaporTrail)
See Also 
Windows






Windows & Linux

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 * pRetVal
);
public: HRESULT put_ImageFile(
   BSTR NewImageFile
);
[Java]
public String getImageFile();public void setImageFile(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.