Gets or sets the method type used to determine which targets are selected for steering.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property TargetSelectionMethodType() As AgETargetSelectionMethodType |
| [C#] |
|---|
public AgETargetSelectionMethodType TargetSelectionMethodType {get; set;} |
| [Managed C++] |
|---|
public: __property AgETargetSelectionMethodType get_TargetSelectionMethodType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgETargetSelectionMethodType getTargetSelectionMethodType(); public void setTargetSelectionMethodType( AgETargetSelectionMethodType ); |
[Python - STK API ] |
|---|
@property def TargetSelectionMethodType(self) -> "AgETargetSelectionMethodType": @TargetSelectionMethodType.setter def TargetSelectionMethodType(self, val:"AgETargetSelectionMethodType") -> None: |






