C# Class Revit.SDK.Samples.ModelLines.CS.IdInfo

The map class which store the information used in elementIdComboBox comboBox in UI
Show file Open project: AMEE/revit

Public Methods

Method Description
IdInfo ( String typeName, int id ) : System

The constructor of CreateInfo

Method Details

IdInfo() public method

The constructor of CreateInfo
public IdInfo ( String typeName, int id ) : System
typeName String indicate model curve type
id int the element id
return System