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

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

Méthodes publiques

Méthode 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 méthode

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

RebarShapeParameterFormula() public méthode

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