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

A class for object selection and storage.
Show file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
SelectObjects ( ) : void

Select objects according to the selection type.

SelectionManager ( ExternalCommandData commandData ) : System

constructor of SelectionManager

Private Methods

Method 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 method

Select objects according to the selection type.
public SelectObjects ( ) : void
return void

SelectionManager() public method

constructor of SelectionManager
public SelectionManager ( ExternalCommandData commandData ) : System
commandData ExternalCommandData
return System