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.
Read-only property
[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(); |