Method | Description | |
---|---|---|
FindParaByName ( ParameterSet paras, string name ) : Parameter |
find certain parameter in a set
|
|
SetParaInt ( Autodesk.Revit.DB.Element elem, BuiltInParameter paraIndex, int value ) : bool |
set certain parameter of given element to int value
|
public static FindParaByName ( ParameterSet paras, string name ) : Parameter | ||
paras | ParameterSet | |
name | string | find by name |
return | Parameter |
public static SetParaInt ( Autodesk.Revit.DB.Element elem, BuiltInParameter paraIndex, int value ) : bool | ||
elem | Autodesk.Revit.DB.Element | given element |
paraIndex | BuiltInParameter | BuiltInParameter |
value | int | |
return | bool |