Provides access to members that work with the Name factory.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The INameFactory interface provides methods for packaging and unpackaging ESRI data objects when implementing your own custom drag and drop behaviour.
Members
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). |
CoClasses that implement INameFactory
CoClasses and Classes | Description |
---|---|
NameFactory | Name Object Factory. |