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++] |
---|
public: HRESULT get_TargetSelectionMethodType( AgETargetSelectionMethodType * pVal ); public: HRESULT put_TargetSelectionMethodType( AgETargetSelectionMethodType val ); |
[Java] |
---|
public AgETargetSelectionMethodType getTargetSelectionMethodType(); public void setTargetSelectionMethodType( AgETargetSelectionMethodType ); |
[Python - STK API ] |
---|
@property def TargetSelectionMethodType(self) -> "AgETargetSelectionMethodType": @TargetSelectionMethodType.setter def TargetSelectionMethodType(self, val:"AgETargetSelectionMethodType") -> None: |