Prune the tracks by keeping a maximum number of points. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property PruneMaxNumPts() As Integer |
[C#] |
---|
public int PruneMaxNumPts {get; set;} |
[Managed C++] |
---|
public: __property int get_PruneMaxNumPts(); |
[Unmanaged C++] |
---|
public: HRESULT get_PruneMaxNumPts( long * pVal ); public: HRESULT put_PruneMaxNumPts( long PruneMaxNumPts ); |
[Java] |
---|
public int getPruneMaxNumPts(); public void setPruneMaxNumPts( int ); |