This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IN > INameFactory Interface > INameFactory.UnpackageNames Method (ArcObjects .NET 10.4 SDK) |
Unpackages the given VARIANT into a set of Name objects (typically for responding to a drop operation).
[Visual Basic .NET] Public Function UnpackageNames ( _ ByRef bytesArray As Object _ ) As IEnumName
[C#] public IEnumName UnpackageNames ( ref object bytesArray );
[C++]
HRESULT UnpackageNames(
VARIANT* bytesArray,
IEnumName** names
);
[C++]
Parameters bytesArray [in] bytesArray is a parameter of type VARIANT names [out, retval]
names is a parameter of type IEnumName
The UnpackageNames method unpackages the given VARIANT into a set of Name objects. This is typically used to unpackage data objects when sresponding to a custom drop operation.