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