Click or drag to resize

Constraint Class

Sketch constraint.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchConstraint
                More

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public abstract class Constraint : SerializableObject

The Constraint type exposes the following members.

Constructors
 NameDescription
Protected methodConstraintInitializes a new instance of the Constraint class
Top
Properties
 NameDescription
Public propertyEntities 
Public propertyEntitiesAndSubentities 
Public propertyId
(Inherited from SerializableObject)
Public propertyType 
Top
Methods
 NameDescription
Public methodRaisePropertiesChanged Raise an PropertyChanged event for each value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(String) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodSerializableDependency(SerializableObject)
(Overrides SerializableObjectSerializableDependency(SerializableObject))
Obsolete
Public methodSerializableDependency(Visual)
(Overrides SerializableObjectSerializableDependency(Visual))
Obsolete
Protected methodSetINotifyPropertyChangedPropertyT Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event. Property changes on the new value are also listened to and, if one occurs, the propertyChangedCallback handler will be invoked.
(Inherited from BindableBase)
Protected methodSetPropertyT(T, T, PropertyChangedEventArgs) Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase)
Protected methodSetPropertyT(T, T, String) Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase)
Public methodToString
(Overrides SimpleCustomTypeDescriptor.ToString)
Top
See Also
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchConstraint
                Demo3D.SketchAngleBetweenLinesConstraint
                Demo3D.SketchArcRadiusConstraint
                Demo3D.SketchCircleDiameterConstraint
                Demo3D.SketchLineHorizontalConstraint
                Demo3D.SketchLineLengthConstraint
                Demo3D.SketchLineVerticalConstraint
                Demo3D.SketchNormalLineRadiusConstraint
                Demo3D.SketchOrthogonalLinesConstraint
                Demo3D.SketchParallellLinesConstraint
                Demo3D.SketchPointDistanceConstraint
                Demo3D.SketchPointOnArcConstraint
                Demo3D.SketchPointOnCircleConstraint
                Demo3D.SketchPointOnHorizontalConstraint
                Demo3D.SketchPointOnLineConstraint
                Demo3D.SketchPointOnPointConstraint
                Demo3D.SketchPointOnVerticalConstraint
                Demo3D.SketchTangentLineRadiusConstraint