Gets the target selection method.
Read-only property
[Visual Basic .NET] |
---|
Public Property TargetSelectionMethod() As IAgTargetSelectionMethod |
[C#] |
---|
public IAgTargetSelectionMethod TargetSelectionMethod {get;} |
[Managed C++] |
---|
public: __property IAgTargetSelectionMethod ^ get_TargetSelectionMethod(); |
[Unmanaged C++] |
---|
public: HRESULT get_TargetSelectionMethod( IAgTargetSelectionMethod ** ppVal ); |
[Java] |
---|
public IAgTargetSelectionMethod getTargetSelectionMethod(); |
[Python - STK API ] |
---|
@property def TargetSelectionMethod(self) -> "IAgTargetSelectionMethod": |