This document is archived and information here might be outdated. Recommended version. |
Indicates if Esri names are available in the DataObject.
[Visual Basic .NET] Public Function CanGetNames ( _ ) As Boolean
[C#] public bool CanGetNames ( );
[C++]
HRESULT CanGetNames(
void
);
Indicates whether an IEnumName object can be aquired from the DataObject. Use the IEnumName object to enumerate over a set of IName objects. This is typically used when dropping data from ArcCatalog onto the PageLayoutControl or MapControl.