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(
|
| [Java] |
|---|
public IAgSnTargetCollection getTargets();
|