View.Deselect Methods
Deselects one or more features or plots in this view and updates affected areas.
Overload List
Name | Description | |
---|---|---|
Public method | Deselect(Id id) | Deselects the feature with the specified identity in this view and updates affected areas. |
Public method | Deselect(PlotId id) | Deselects the plot with the specified identity in this view and updates affected areas. |
Public method | Deselect(IdCollection ids) | Deselects the specified features in this view and updates affected areas. |
Public method | Deselect(IdCollection ids, PlotIdCollection plotIds) | Deselects the specified features and plots in this view and updates affected areas. |
Public method | Deselect(IEnumerable< Id > ids) | Deselects the specified features in this view and updates affected areas. |
Public method | Deselect(IEnumerable< Id > ids, IEnumerable< PlotId > plotIds) | Deselects the specified features and plots in this view and updates affected areas. |
Deselect(Id id)
Deselects the feature with the specified identity in this view and updates affected areas.Syntax
public void Deselect (
Id id
)
Parameters
The identity of the feature to deselect.
Remarks
Whether a feature is selected or not is not a property of the feature itself. Instead, each view keeps a separate list of features that are selected, in that view only. In other words, it is possible to show the same feature in two different views, but only selected in one of them.
This method removes the specified feature from the selection list and then updates affected areas.
Deselect(PlotId id)
Deselects the plot with the specified identity in this view and updates affected areas.Syntax
public void Deselect (
PlotId id
)
Parameters
The identity of the plot to deselect.
Remarks
Whether a plot is selected or not is not a property of the plot itself. Instead, each view keeps a separate list of plots that are selected, in that view only.
This method removes the specified plot from the selection list and then updates affected areas.
Deselect(IdCollection ids)
Deselects the specified features in this view and updates affected areas.Syntax
public void Deselect (
IdCollection ids
)
Parameters
A list of identities of features to deselect.
Remarks
Whether a feature is selected or not is not a property of the feature itself. Instead, each view keeps a separate list of features that are selected, in that view only. In other words, it is possible to show the same feature in two different views, but only selected in one of them.
This method removes the specified features from the selection list and then updates affected areas.
Deselect(IdCollection ids, PlotIdCollection plotIds)
Deselects the specified features and plots in this view and updates affected areas.Syntax
public void Deselect (
IdCollection ids,
PlotIdCollection plotIds
)
Parameters
A list of identities of features to deselect.
A list of identities of plots to deselect.
Remarks
Whether a feature or plot is selected or not is not a property of the feature or plot itself. Instead, each view keeps a separate list of features and plots that are selected, in that view only. In other words, it is possible to show the same feature in two different views, but only selected in one of them.
This method removes the specified features and plots from the selection list and then updates affected areas.
Deselect(IEnumerable< Id > ids)
Deselects the specified features in this view and updates affected areas.Syntax
public void Deselect (
IEnumerable< Id > ids
)
Parameters
A list of identities of features to be deselect.
Remarks
Whether a feature is selected or not is not a property of the feature itself. Instead, each view keeps a separate list of features that are selected, in that view only. In other words, it is possible to show the same feature in two different views, but only selected in one of them.
This method removes the specified features from the selection list and then updates affected areas.
Deselect(IEnumerable< Id > ids, IEnumerable< PlotId > plotIds)
Deselects the specified features and plots in this view and updates affected areas.Syntax
public void Deselect (
IEnumerable< Id > ids,
IEnumerable< PlotId > plotIds
)
Parameters
A list of identities of features to deselect.
A list of identities of plots to deselect.
Remarks
Whether a feature or plot is selected or not is not a property of the feature or plot itself. Instead, each view keeps a separate list of features and plots that are selected, in that view only. In other words, it is possible to show the same feature in two different views, but only selected in one of them.
This method removes the specified features and plots from the selection list and then updates affected areas.
Platforms
Windows, Linux, Android