C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
DrawFootPrint ( Graphics graphics, Pen displayPen, Pen highlightPen ) : void

Draw the footprint lines.

FootPrintRoofWrapper ( FootPrintRoof roof ) : System

The construct of the FootPrintRoofWrapper class.

Описание методов

DrawFootPrint() публичный Метод

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.
Результат void

FootPrintRoofWrapper() публичный Метод

The construct of the FootPrintRoofWrapper class.
public FootPrintRoofWrapper ( FootPrintRoof roof ) : System
roof FootPrintRoof The footprint roof which will be edited in a PropertyGrid.
Результат System