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

Tool used to draw nothing
Inheritance: ITool
Afficher le fichier Open project: AMEE/revit

Méthodes publiques

Méthode Description
Draw ( System graphic ) : void

Draw nothing

EmptyTool ( ) : System

Default constructor

Method Details

Draw() public méthode

Draw nothing
public Draw ( System graphic ) : void
graphic System Graphics object
Résultat void

EmptyTool() public méthode

Default constructor
public EmptyTool ( ) : System
Résultat System