ArcObjects Library Reference  (GeoDatabase)    

ISelectionSet.FullName Property

The full name of the selection set.

[Visual Basic 6.0]
Property FullName As IName
[Visual Basic .NET]
Public ReadOnly Property FullName As IName
[C#]
public IName FullName {get;}
[Java]
public IName getFullName()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_FullName(
  IName** Name
);
[C++]

Parameters

Name [out, retval]

  Name is a parameter of type IName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The FullName property has not been implemented.

See Also

ISelectionSet Interface