Unpacks a package.
[Visual Basic .NET] Public Function Unpack ( _ ByVal fileorURL As String, _ ByRef pUnpackLocation As String _ ) As IStringArray
[C#] public IStringArray Unpack ( string fileorURL, ref string pUnpackLocation );
[C++]
HRESULT Unpack(
BSTR fileorURL,
BSTR* pUnpackLocation,
IStringArray** ppFileNames
);
[C++]Parameters
fileorURL [in] fileorURL is a parameter of type BSTR pUnpackLocation [in, out] pUnpackLocation is a parameter of type BSTR ppFileNames [out, retval]ppFileNames is a parameter of type IStringArray
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.