C# Class Revit.SDK.Samples.NewRebar.CS.RebarShapeParameterFormula

This class wraps a formula parameter which will be the dimension of RebarShape definition.
Inheritance: RebarShapeParameter
Show file Open project: AMEE/revit

Public Methods

Method Description
Commit ( Autodesk doc, DefinitionGroup defGroup ) : void

Add a formula parameter to RebarShapeDefinition.

RebarShapeParameterFormula ( RebarShapeDef shapeDef, string name, string formula ) : System

Constructor.

Method Details

Commit() public method

Add a formula parameter to RebarShapeDefinition.
public Commit ( Autodesk doc, DefinitionGroup defGroup ) : void
doc Autodesk
defGroup DefinitionGroup Definition group
return void

RebarShapeParameterFormula() public method

Constructor.
public RebarShapeParameterFormula ( RebarShapeDef shapeDef, string name, string formula ) : System
shapeDef RebarShapeDef RebarShapeDefinition proxy
name string Parameter name
formula string Parameter formula sting
return System