PrimarySizeCriterion
Description:
This class contains a size criterion for a RoutingPreferenceRule.
This class contains a size criterion for a RoutingPreferenceRule.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.RoutingCriterionBase
Autodesk.Revit.DB.PrimarySizeCriterion
System.Object
Autodesk.Revit.DB.RoutingCriterionBase
Autodesk.Revit.DB.PrimarySizeCriterion
public class PrimarySizeCriterion : RoutingCriterionBase
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| PrimarySizeCriterion(Double, Double) | None | Constructs a PrimarySizeCriterion with a minimum and maximum size. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| All() | PrimarySizeCriterion | Creates a criterion with a range of all sizes. | |
| Dispose() | None | (Inherited from RoutingCriterionBase ) | RoutingCriterionBase |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsEqual(RoutingCriterionBase) | Boolean | Verify if two criteria are the same. (Inherited from RoutingCriterionBase ) | RoutingCriterionBase |
| None() | PrimarySizeCriterion | Creates a criterion with a range of no sizes. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. (Inherited from RoutingCriterionBase ) | RoutingCriterionBase |
| MaximumSize | double | The maximum size of this criterion. | |
| MinimumSize | double | The minimum size of this criterion. |