ItalaApiNET  1.3.3
Public Member Functions | Properties | List of all members
Itala.GenApi.ISelector Interface Reference

Interface for groups of features selected by a single one. More...

Inherited by Itala.GenApi.Node.

Public Member Functions

List< INodeGetSelectedFeatures ()
 Retrieve the group of selected features. More...
 
List< INodeGetSelectingFeatures ()
 Retrieve the group of features selecting this node. More...
 

Properties

bool IsSelector [get]
 True iff this feature selects a group of features. More...
 

Detailed Description

Interface for groups of features selected by a single one.

Member Function Documentation

◆ GetSelectedFeatures()

List<INode> Itala.GenApi.ISelector.GetSelectedFeatures ( )

Retrieve the group of selected features.

Returns
List of selected features

◆ GetSelectingFeatures()

List<INode> Itala.GenApi.ISelector.GetSelectingFeatures ( )

Retrieve the group of features selecting this node.

Returns
List of selected features

Property Documentation

◆ IsSelector

bool Itala.GenApi.ISelector.IsSelector
get

True iff this feature selects a group of features.


The documentation for this interface was generated from the following file: