Maximum number of puffs trailing the vapor source. A higher number represents a longer vapor trail. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxNumOfPuffs() As Integer |
[C#] |
---|
public int MaxNumOfPuffs {get; set;} |
[Managed C++] |
---|
public: __property int get_MaxNumOfPuffs(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxNumOfPuffs( long * pMaxNum ); public: HRESULT put_MaxNumOfPuffs( long pMaxNum ); |
[Java] |
---|
public int getMaxNumOfPuffs(); public void setMaxNumOfPuffs( int ); |