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.
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

FootPrintRoofWrapper() public méthode

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