C# Class Revit.SDK.Samples.Openings.CS.LineSketch

sketch line and any tag on it
Inheritance: ObjectSketch
Mostra file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
Draw ( Graphics g, Matrix translate ) : void

draw the line

LineSketch ( Line2D line ) : System

constructor

Method Details

Draw() public method

draw the line
public Draw ( Graphics g, Matrix translate ) : void
g System.Drawing.Graphics drawing object
translate Matrix translation between drawn sketch and geometry object
return void

LineSketch() public method

constructor
public LineSketch ( Line2D line ) : System
line Line2D
return System