STK ObjectsSend comments on this topic.
MaximumSelectionCount Property (IAgDirectionProviderObject)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum number of targets to select for beam steering.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumSelectionCount() As Integer
[C#]
public int MaximumSelectionCount {get; set;}
[Managed C++]
public: __property int get_MaximumSelectionCount();
public: __property void set_MaximumSelectionCount( int );
[Unmanaged C++]
public: HRESULT get_MaximumSelectionCount(
    int * pVal
);
public: HRESULT put_MaximumSelectionCount(
    int val
);
[Java]
public Integer getMaximumSelectionCount();
public void setMaximumSelectionCount(
    Integer
);
[Python - STK API ]
@property
def MaximumSelectionCount(self) -> int:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.