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





Windows & Linux

Description

Gets or sets the method type used to determine which targets are selected for steering.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetSelectionMethodType() As AgETargetSelectionMethodType
[C#]
public AgETargetSelectionMethodType TargetSelectionMethodType {get; set;}
[Managed C++]
public: __property AgETargetSelectionMethodType get_TargetSelectionMethodType();
public: __property void set_TargetSelectionMethodType( AgETargetSelectionMethodType );
[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:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.