Vapor trail attributes.
Read-only property
[Visual Basic .NET] |
---|
Public Property VaporTrail() As IAgVOVaporTrail |
[C#] |
---|
public IAgVOVaporTrail VaporTrail {get;} |
[Managed C++] |
---|
public: __property IAgVOVaporTrail ^ get_VaporTrail(); |
[Unmanaged C++] |
---|
public: HRESULT get_VaporTrail( IAgVOVaporTrail ** ppRetVal ); |
[Java] |
---|
public IAgVOVaporTrail getVaporTrail(); |
[Python - STK API ] |
---|
@property def VaporTrail(self) -> "IAgVOVaporTrail": |