C# 클래스 Revit.SDK.Samples.GridCreation.CS.CreateWithSelectedCurvesData

The dialog which provides the options of creating grids with selected lines/arcs
상속: CreateGridsData
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
CreateGrids ( ) : void

Create grids

CreateWithSelectedCurvesData ( UIApplication application, CurveArray selectedCurves, ArrayList labels ) : System

Constructor

메소드 상세

CreateGrids() 공개 메소드

Create grids
public CreateGrids ( ) : void
리턴 void

CreateWithSelectedCurvesData() 공개 메소드

Constructor
public CreateWithSelectedCurvesData ( UIApplication application, CurveArray selectedCurves, ArrayList labels ) : System
application UIApplication Revit application
selectedCurves CurveArray Array contains geometry curves of selected lines or arcs
labels System.Collections.ArrayList List contains all existing labels in Revit document
리턴 System