This document is archived and information here might be outdated.  Recommended version.


INameFactory Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IN > INameFactory Interface
ArcGIS Developer Help

INameFactory Interface

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

Name Description
Method Create Finds the correct name-string parser for the given name string, and uses it to create a new Name object.
Method PackageNames Packages the set of names into a VARIANT (typically for initiating a drag operation).
Method UnpackageNames Unpackages the given VARIANT into a set of Name objects (typically for responding to a drop operation).

Classes that implement INameFactory

Classes Description
NameFactory Name Object Factory.