C# Class Revit.SDK.Samples.GridCreation.CS.CreateWithSelectedCurvesData

The dialog which provides the options of creating grids with selected lines/arcs
Inheritance: CreateGridsData
Exibir arquivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
CreateGrids ( ) : void

Create grids

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

Constructor

Method Details

CreateGrids() public method

Create grids
public CreateGrids ( ) : void
return void

CreateWithSelectedCurvesData() public method

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
return System