C# Class Revit.SDK.Samples.NewOpenings.CS.EmptyTool

Tool used to draw nothing
Inheritance: ITool
Datei anzeigen Open project: AMEE/revit

Public Methods

Method Description
Draw ( System graphic ) : void

Draw nothing

EmptyTool ( ) : System

Default constructor

Method Details

Draw() public method

Draw nothing
public Draw ( System graphic ) : void
graphic System Graphics object
return void

EmptyTool() public method

Default constructor
public EmptyTool ( ) : System
return System