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

Dimension on RebarShapeDefByArc.
Inheritance: ConstraintOnRebarShape
Show file Open project: AMEE/revit

Protected Properties

Property Type Description
m_rebarShapeParameter RebarShapeParameter

Private Properties

Property Type Description

Public Methods

Method Description
ConstraintOnArcShape ( RebarShapeDefByArc def ) : System

Method Details

ConstraintOnArcShape() public method

public ConstraintOnArcShape ( RebarShapeDefByArc def ) : System
def RebarShapeDefByArc
return System

Property Details

m_rebarShapeParameter protected property

Dimension to constrain the arc shape.
protected RebarShapeParameter,Revit.SDK.Samples.NewRebar.CS m_rebarShapeParameter
return RebarShapeParameter