RVTDocs.com
Namespace: Autodesk.Revit.DB

PrimarySizeCriterion

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