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

Data class which stores the information of the way to create grids
Exibir arquivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
GridCreationOptionData ( bool hasSelectedLinesOrArcs ) : System

Constructor

Method Details

GridCreationOptionData() public method

Constructor
public GridCreationOptionData ( bool hasSelectedLinesOrArcs ) : System
hasSelectedLinesOrArcs bool Whether lines or arcs have been selected
return System