The collection of STK object paths to be
output.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property SelectedObjectPaths() As AgStkOutputObjectPathCollection
|
| [C#] |
|---|
public AgStkOutputObjectPathCollection SelectedObjectPaths {get;}
|
| [Managed C++] |
|---|
public: __property AgStkOutputObjectPathCollection^ get_SelectedObjectPaths();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SelectedObjectPaths(
|
| [Java] |
|---|
public AgStkOutputObjectPathCollection getSelectedObjectPaths();
|