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





Description

Maximum number of puffs trailing the vapor source. A higher number represents a longer vapor trail. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxNumOfPuffs() As Integer

[C#]
public int MaxNumOfPuffs {get; set;}

[Managed C++]
public: __property int get_MaxNumOfPuffs();
public: __property void set_MaxNumOfPuffs(
int
);

[Unmanaged C++]
public: HRESULT get_MaxNumOfPuffs(
long * pRetVal
);
public: HRESULT put_MaxNumOfPuffs(
long NewMaxNumOfPuffs
);

[Java]
public int getMaxNumOfPuffs();public void setMaxNumOfPuffs(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1