Get the list of pointable model
elements.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property PointableElements() As IAgVOPointableElementsCollection
|
| [C#] |
|---|
public IAgVOPointableElementsCollection PointableElements {get;}
|
| [Managed C++] |
|---|
public: __property IAgVOPointableElementsCollection^ get_PointableElements();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PointableElements(
|
| [Java] |
|---|
public IAgVOPointableElementsCollection getPointableElements();
|