PrimarySizeCriterion Members


The PrimarySizeCriterion type exposes the following members.

Constructors

Name Description
Public method PrimarySizeCriterion
Constructs a PrimarySizeCriterion with a minimum and maximum size.

Methods

Name Description
Public method Static member All
Creates a criterion with a range of all sizes.
Public method Dispose (Inherited from RoutingCriterionBase .)
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method IsEqual
Verify if two criteria are the same.
(Inherited from RoutingCriterionBase .)
Public method Static member None
Creates a criterion with a range of no sizes.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from RoutingCriterionBase .)
Public property MaximumSize
The maximum size of this criterion.
Public property MinimumSize
The minimum size of this criterion.

See Also