Get the collection of objects assigned as targets for the sensor.
Read-only property
[Visual Basic .NET] |
---|
Public Property Targets() As IAgSnTargetCollection |
[C#] |
---|
public IAgSnTargetCollection Targets {get;} |
[Managed C++] |
---|
public: __property IAgSnTargetCollection ^ get_Targets(); |
[Unmanaged C++] |
---|
public: HRESULT get_Targets( IAgSnTargetCollection ** ppVal ); |
[Java] |
---|
public IAgSnTargetCollection getTargets(); |
[Python - STK API ] |
---|
@property def Targets(self) -> "IAgSnTargetCollection": |