STK ObjectsSend comments on this topic.
PointableElements Property (IAgVOModelPointing)
See Also
Windows





Windows & Linux

Description

Get the list of pointable model elements.

Property type

Read-only property

Syntax

[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(
    IAgVOPointableElementsCollection ** ppVal
);
[Java]
public IAgVOPointableElementsCollection getPointableElements();
[Python - STK API ]
@property
def PointableElements(self) -> "IAgVOPointableElementsCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.