Returns an array of object paths that are cut, copied or pasted.
Read-only property
[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(); |