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.
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

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