C# Class Revit.SDK.Samples.NewRoof.RoofForms.CS.FootPrintRoofWrapper

The FootPrintRoofWrapper class is use to edit a footprint roof in a PropertyGrid. It contains a footprint roof.
Show file Open project: AMEE/revit Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DrawFootPrint ( Graphics graphics, Pen displayPen, Pen highlightPen ) : void

Draw the footprint lines.

FootPrintRoofWrapper ( FootPrintRoof roof ) : System

The construct of the FootPrintRoofWrapper class.

Method Details

DrawFootPrint() public method

Draw the footprint lines.
public DrawFootPrint ( Graphics graphics, Pen displayPen, Pen highlightPen ) : void
graphics System.Drawing.Graphics The graphics object.
displayPen System.Drawing.Pen A display pen.
highlightPen System.Drawing.Pen A highlight pen.
return void

FootPrintRoofWrapper() public method

The construct of the FootPrintRoofWrapper class.
public FootPrintRoofWrapper ( FootPrintRoof roof ) : System
roof FootPrintRoof The footprint roof which will be edited in a PropertyGrid.
return System