The selection set that defines the subset of features in a selection layer.
[Visual Basic 6.0] Property DefinitionSelectionSet As ISelectionSet
[Visual Basic .NET] Public ReadOnly Property DefinitionSelectionSet As ISelectionSet
[C#] public ISelectionSet DefinitionSelectionSet {get;}
[Java] public ISelectionSet getDefinitionSelectionSet() throws IOException, AutomationException
[C++] HRESULT get_DefinitionSelectionSet( ISelectionSet** SelectionSet );
You can use the DefintionSelectionSet property to get the selection set that was used to define the new layer created by the IFeatureLayerDefintion::CreateSelectionLayer method. Note, before calling CreateSelectionLayer, the selection set returned by DefintionSelectionSet will be Nothing. Therefore, you can only use this property after you have called the CreateSelectionLayer method.