ToolingConstraint Class

Tooling constraints are a feature of Design Properties for Zones.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class ToolingConstraint : IdNameEntity
Inheritance
Object    IdEntity    IdNameEntity    ToolingConstraint

Properties

ConstraintMax 
ConstraintMin 
ConstraintValue Holds a specified value or inequality.
Id
(Inherited from IdEntity)
Name
(Inherited from IdNameEntity)
ToolingSelectionType Defines which selection a given tooling constraint is currently set to.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
SetToAnyValue 
SetToInequality 
SetToRange 
SetToValue 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also