STK ObjectsSend comments on this topic.
MaxNumOfPuffs Property (IAgVOVaporTrail)
See Also
Windows





Windows & Linux

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 * pMaxNum
);
public: HRESULT put_MaxNumOfPuffs(
    long pMaxNum
);
[Java]
public int getMaxNumOfPuffs();
public void setMaxNumOfPuffs(
    int
);
[Python - STK API ]
@property
def MaxNumOfPuffs(self) -> int:

@MaxNumOfPuffs.setter
def MaxNumOfPuffs(self, pMaxNum:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.