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


ISelectionSet.FullName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISelectionSet Interface > ISelectionSet.FullName Property
ArcGIS Developer Help

ISelectionSet.FullName Property

The full name of the selection set.

[Visual Basic .NET]
Public ReadOnly Property FullName As IName
[C#]
public IName FullName {get;}
[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