List of object paths selected.
Read-only property
[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": |