STK ObjectsSend comments on this topic.
PruneMaxNumPts Property (IAgMtoGlobalTrackOptions)
See Also
Windows





Windows & Linux

Description

Prune the tracks by keeping a maximum number of points. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PruneMaxNumPts() As Integer
[C#]
public int PruneMaxNumPts {get; set;}
[Managed C++]
public: __property int get_PruneMaxNumPts();
public: __property void set_PruneMaxNumPts( int );
[Unmanaged C++]
public: HRESULT get_PruneMaxNumPts(
    long * pVal
);
public: HRESULT put_PruneMaxNumPts(
    long PruneMaxNumPts
);
[Java]
public int getPruneMaxNumPts();
public void setPruneMaxNumPts(
    int
);
[Python - STK API ]
@property
def PruneMaxNumPts(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.