C# Class Revit.SDK.Samples.Selections.CS.SelectionManager

A class for object selection and storage.
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
SelectObjects ( ) : void

Select objects according to the selection type.

SelectionManager ( ExternalCommandData commandData ) : System

constructor of SelectionManager

Private Methods

Méthode Description
MoveElement ( Element elem, XYZ targetPoint ) : void

Move an element to the point.

PickElement ( ) : void

Pick the element from UI.

PickPoint ( ) : void

Pick the point from UI.

Method Details

SelectObjects() public méthode

Select objects according to the selection type.
public SelectObjects ( ) : void
Résultat void

SelectionManager() public méthode

constructor of SelectionManager
public SelectionManager ( ExternalCommandData commandData ) : System
commandData ExternalCommandData
Résultat System