Description
Returns an array of object paths that are being pasted. The new object paths corresposnd to the old paths at the same array location in ObjectPaths array.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property PastedObjectPaths() As System.Array
|
[C#] |
---|
public System.Array PastedObjectPaths {get;}
|
[Managed C++] |
---|
public: __property System::Array get_PastedObjectPaths();
|
[Unmanaged C++] |
---|
public: HRESULT get_PastedObjectPaths(
SAFEARRAY * * ppRetVal
);
|
[Java] |
---|
public AgSafeArray getPastedObjectPaths();
|
[Python - STK API] |
---|
@property
def PastedObjectPaths(self) -> list:
|
See Also