STK XSend comments on this topic.
ObjPaths Property (AgRubberBandPickInfoData)
See Also
Windows





Windows & Linux

Description

List of object paths selected.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ObjPaths() As AgObjPathCollection
[C#]
public AgObjPathCollection ObjPaths {get;}
[Managed C++]
public: __property AgObjPathCollection ^ get_ObjPaths();
[Unmanaged C++]
public: HRESULT get_ObjPaths(
    AgObjPathCollection ** ppColl
);
[Java]
public AgObjPathCollection getObjPaths();
[Python - STK API ]
@property
def ObjPaths(self) -> "AgObjPathCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.