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


ITableDefinition.DefinitionSelectionSet Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITableDefinition.DefinitionSelectionSet Property

The selection set that defines the subset of features in a selection layer.

[Visual Basic .NET]
Public ReadOnly Property DefinitionSelectionSet As ISelectionSet
[C#]
public ISelectionSet DefinitionSelectionSet {get;}
[C++]
HRESULT get_DefinitionSelectionSet(
  ISelectionSet** SelectionSet
);
[C++]

Parameters SelectionSet [out, retval]
SelectionSet is a parameter of type ISelectionSet

Product Availability

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

See Also

ITableDefinition Interface