This document is archived and information here might be outdated. Recommended version. |
Provides access to members that work with the Name factory.
The INameFactory interface provides methods for packaging and unpackaging ESRI data objects when implementing your own custom drag and drop behaviour.
Name | Description | |
---|---|---|
Create | Finds the correct name-string parser for the given name string, and uses it to create a new Name object. | |
PackageNames | Packages the set of names into a VARIANT (typically for initiating a drag operation). | |
UnpackageNames | Unpackages the given VARIANT into a set of Name objects (typically for responding to a drop operation). |
Classes | Description |
---|---|
NameFactory | Name Object Factory. |