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() | The new criterion. | Creates a criterion with a range of all sizes. | |
| None() | The new criterion. | Creates a criterion with a range of no sizes. | |
| Dispose() | None | Releases all resources used by the | RoutingCriterionBase |
| IsEqual(RoutingCriterionBase) | bool | Verify if two criteria are the same. | RoutingCriterionBase |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| MaximumSize | double | The maximum size of this criterion. | |
| MinimumSize | double | The minimum size of this criterion. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | RoutingCriterionBase |