STK ObjectsSend comments on this topic.
ObjectPaths Property (IAgStkObjectCutCopyPasteEventArgs)
See Also
Windows





Windows & Linux

Description

Returns an array of object paths that are cut, copied or pasted.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ObjectPaths() As System.Array
[C#]
public System.Array ObjectPaths {get;}
[Managed C++]
public: __property System::Array get_ObjectPaths();
[Unmanaged C++]
public: HRESULT get_ObjectPaths(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getObjectPaths();
[Python - STK API ]
@property
def ObjectPaths(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.