ISelector#

interface Itala.GenApi.ISelector#

Interface for groups of features selected by a single one.

Subclassed by Itala.GenApi.Node

Public Functions

List<INode> GetSelectedFeatures ()#

Retrieve the group of selected features.

Return:

List of selected features

List<INode> GetSelectingFeatures ()#

Retrieve the group of features selecting this node.

Return:

List of selected features

Properties

bool IsSelector { get; set; }#

True iff this feature selects a group of features.